Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_asconf.c1012 stcb->asoc.num_send_timers_up--; in sctp_assoc_immediate_retrans()
1013 if (stcb->asoc.num_send_timers_up < 0) { in sctp_assoc_immediate_retrans()
1014 stcb->asoc.num_send_timers_up = 0; in sctp_assoc_immediate_retrans()
1028 if ((stcb->asoc.num_send_timers_up == 0) && in sctp_assoc_immediate_retrans()
H A Dsctp_structs.h1135 int16_t num_send_timers_up; member
H A Dsctputil.c1809 stcb->asoc.num_send_timers_up--; in sctp_timeout_handler()
1810 if (stcb->asoc.num_send_timers_up < 0) { in sctp_timeout_handler()
1811 stcb->asoc.num_send_timers_up = 0; in sctp_timeout_handler()
1825 if ((stcb->asoc.num_send_timers_up == 0) && in sctp_timeout_handler()
2527 stcb->asoc.num_send_timers_up++; in sctp_timer_start()
2829 stcb->asoc.num_send_timers_up--; in sctp_timer_stop()
2830 if (stcb->asoc.num_send_timers_up < 0) { in sctp_timer_stop()
2831 stcb->asoc.num_send_timers_up = 0; in sctp_timer_stop()