Home
last modified time | relevance | path

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

/trueos/sys/netinet/
HDsctp_structs.h767 struct sctp_timer shut_guard_timer; /* shutdown guard */ member
HDsctp_pcb.c2783 stcb->asoc.shut_guard_timer.ep = (void *)new_inp; in sctp_move_pcb_and_assoc()
4390 SCTP_OS_TIMER_INIT(&asoc->shut_guard_timer.timer); in sctp_aloc_assoc()
4722 (void)SCTP_OS_TIMER_STOP(&asoc->shut_guard_timer.timer); in sctp_free_assoc()
4723 asoc->shut_guard_timer.self = NULL; in sctp_free_assoc()
4906 (void)SCTP_OS_TIMER_STOP(&asoc->shut_guard_timer.timer); in sctp_free_assoc()
HDsctputil.c2080 tmr = &stcb->asoc.shut_guard_timer; in sctp_timer_start()
2269 tmr = &stcb->asoc.shut_guard_timer; in sctp_timer_stop()