Home
last modified time | relevance | path

Searched refs:sctp_stop_timers_for_shutdown (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctputil.h160 void sctp_stop_timers_for_shutdown(struct sctp_tcb *);
H A Dsctp_indata.c4323 sctp_stop_timers_for_shutdown(stcb); in sctp_express_handle_sack()
4340 sctp_stop_timers_for_shutdown(stcb); in sctp_express_handle_sack()
5000 sctp_stop_timers_for_shutdown(stcb); in sctp_handle_sack()
5018 sctp_stop_timers_for_shutdown(stcb); in sctp_handle_sack()
H A Dsctp_timer.c1580 sctp_stop_timers_for_shutdown(stcb); in sctp_autoclose_timer()
H A Dsctp_usrreq.c742 sctp_stop_timers_for_shutdown(stcb); in sctp_disconnect()
942 sctp_stop_timers_for_shutdown(stcb); in sctp_shutdown()
H A Dsctp_input.c964 sctp_stop_timers_for_shutdown(stcb); in sctp_handle_shutdown()
H A Dsctp_output.c6678 sctp_stop_timers_for_shutdown(stcb); in sctp_sendall_iterator()
13496 sctp_stop_timers_for_shutdown(stcb); in sctp_lower_sosend()
H A Dsctp_pcb.c3436 sctp_stop_timers_for_shutdown(asoc); in sctp_inpcb_free()
H A Dsctputil.c853 sctp_stop_timers_for_shutdown(struct sctp_tcb *stcb) in sctp_stop_timers_for_shutdown() function