Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctputil.h163 void sctp_stop_association_timers(struct sctp_tcb *, bool);
H A Dsctp_pcb.c4742 sctp_stop_association_timers(stcb, false); in sctp_free_assoc()
4914 sctp_stop_association_timers(stcb, true); in sctp_free_assoc()
H A Dsctputil.c877 sctp_stop_association_timers(struct sctp_tcb *stcb, bool stop_assoc_kill_timer) in sctp_stop_association_timers() function