Home
last modified time | relevance | path

Searched refs:num_send_timers_up (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp_asconf.c1009 stcb->asoc.num_send_timers_up--; in sctp_assoc_immediate_retrans()
1010 if (stcb->asoc.num_send_timers_up < 0) { in sctp_assoc_immediate_retrans()
1011 stcb->asoc.num_send_timers_up = 0; in sctp_assoc_immediate_retrans()
1025 if ((stcb->asoc.num_send_timers_up == 0) && in sctp_assoc_immediate_retrans()
H A Dsctp_structs.h1127 int16_t num_send_timers_up; member
H A Dsctputil.c1823 stcb->asoc.num_send_timers_up--; in sctp_timeout_handler()
1824 if (stcb->asoc.num_send_timers_up < 0) { in sctp_timeout_handler()
1825 stcb->asoc.num_send_timers_up = 0; in sctp_timeout_handler()
1839 if ((stcb->asoc.num_send_timers_up == 0) && in sctp_timeout_handler()
2544 stcb->asoc.num_send_timers_up++; in sctp_timer_start()
2846 stcb->asoc.num_send_timers_up--; in sctp_timer_stop()
2847 if (stcb->asoc.num_send_timers_up < 0) { in sctp_timer_stop()
2848 stcb->asoc.num_send_timers_up = 0; in sctp_timer_stop()