Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Dsctp_structs.h305 struct sctp_timer shut_guard_timer; /* guard */ member
H A Dsctp_pcb.c2809 callout_init(&asoc->shut_guard_timer.timer, 0); in sctp_aloc_assoc()
3048 callout_stop(&asoc->shut_guard_timer.timer); in sctp_free_assoc()
3049 callout_destroy(&asoc->shut_guard_timer.timer); in sctp_free_assoc()
H A Dsctputil.c1312 tmr = &stcb->asoc.shut_guard_timer; in sctp_timer_start()
1483 tmr = &stcb->asoc.shut_guard_timer; in sctp_timer_stop()