Deleted Added
full compact
spx_usrreq.c (11819) spx_usrreq.c (11947)
1/*
2 * Copyright (c) 1995, Mike Mitchell
3 * Copyright (c) 1984, 1985, 1986, 1987, 1993
4 * The Regents of the University of California. All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

--- 1682 unchanged lines hidden (view full) ---

1691 cb = ipxtospxpcb(ip);
1692 ipnxt = ip->ipxp_next;
1693 if (cb == 0)
1694 goto tpgone;
1695 for (i = 0; i < SPXT_NTIMERS; i++) {
1696 if (cb->s_timer[i] && --cb->s_timer[i] == 0) {
1697 (void) spx_usrreq(cb->s_ipxpcb->ipxp_socket,
1698 PRU_SLOWTIMO, (struct mbuf *)0,
1/*
2 * Copyright (c) 1995, Mike Mitchell
3 * Copyright (c) 1984, 1985, 1986, 1987, 1993
4 * The Regents of the University of California. All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

--- 1682 unchanged lines hidden (view full) ---

1691 cb = ipxtospxpcb(ip);
1692 ipnxt = ip->ipxp_next;
1693 if (cb == 0)
1694 goto tpgone;
1695 for (i = 0; i < SPXT_NTIMERS; i++) {
1696 if (cb->s_timer[i] && --cb->s_timer[i] == 0) {
1697 (void) spx_usrreq(cb->s_ipxpcb->ipxp_socket,
1698 PRU_SLOWTIMO, (struct mbuf *)0,
1699 (struct mbuf *)i, (struct mbuf *)0,
1700 (struct mbuf *)0);
1699 (struct mbuf *)i, (struct mbuf *)0);
1701 if (ipnxt->ipxp_prev != ip)
1702 goto tpgone;
1703 }
1704 }
1705 cb->s_idle++;
1706 if (cb->s_rtt)
1707 cb->s_rtt++;
1708tpgone:

--- 107 unchanged lines hidden ---
1700 if (ipnxt->ipxp_prev != ip)
1701 goto tpgone;
1702 }
1703 }
1704 cb->s_idle++;
1705 if (cb->s_rtt)
1706 cb->s_rtt++;
1707tpgone:

--- 107 unchanged lines hidden ---