Searched refs:SPXT_PERSIST (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/sys/netipx/
H A Dspx_timer.h72 #define SPXT_PERSIST 1 /* retransmit persistence */ macro
87 * The SPXT_PERSIST timer is used to keep window size information
91 * the SPXT_PERSIST timer. When it expires, if the window is nonzero,
96 * packet time. The SPXT_PERSIST timer is cleared whenever we receive
H A Dspx_usrreq.c596 if (cb->s_force == 1 + SPXT_PERSIST) {
598 cb->s_timer[SPXT_PERSIST] = 0;
672 cb->s_timer[SPXT_PERSIST] == 0) {
765 if (cb->s_force != (1 + SPXT_PERSIST) ||
766 cb->s_timer[SPXT_PERSIST] == 0) {
790 if (cb->s_timer[SPXT_PERSIST]) {
791 cb->s_timer[SPXT_PERSIST] = 0;
865 SPXT_RANGESET(cb->s_timer[SPXT_PERSIST],
1757 case SPXT_PERSIST:
H A Dspx_reass.c235 } else if (cb->s_timer[SPXT_PERSIST] == 0)

Completed in 100 milliseconds