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

/freebsd-10.2-release/sys/netipx/
H A Dspx_timer.h71 #define SPXT_REXMT 0 /* retransmit */ macro
77 * The SPXT_REXMT timer is used to force retransmissions.
78 * The SPX has the SPXT_REXMT timer set whenever segments
H A Dspx_reass.c169 cb->s_force = 1 + SPXT_REXMT;
171 cb->s_timer[SPXT_REXMT] = cb->s_rxtcur;
233 cb->s_timer[SPXT_REXMT] = 0;
236 cb->s_timer[SPXT_REXMT] = cb->s_rxtcur;
H A Dspx_usrreq.c335 cb->s_timer[SPXT_REXMT] = 0;
361 cb->s_timer[SPXT_REXMT] = 0;
614 cb->s_timer[SPXT_REXMT] = 0;
671 if (so->so_snd.sb_cc && cb->s_timer[SPXT_REXMT] == 0 &&
787 if (cb->s_timer[SPXT_REXMT] == 0 &&
789 cb->s_timer[SPXT_REXMT] = cb->s_rxtcur;
800 if (cb->s_timer[SPXT_REXMT] == 0)
801 cb->s_timer[SPXT_REXMT] = cb->s_rxtcur;
859 if (cb->s_timer[SPXT_REXMT] && spx_do_persist_panics)
1710 case SPXT_REXMT
[all...]

Completed in 379 milliseconds