Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/
HDsctp_pcb.h315 struct sctp_timer signature_change; member
HDsctp_pcb.c2585 SCTP_OS_TIMER_INIT(&inp->sctp_ep.signature_change.timer); in sctp_inpcb_alloc()
2586 inp->sctp_ep.signature_change.type = SCTP_TIMER_TYPE_NEWCOOKIE; in sctp_inpcb_alloc()
3554 (void)SCTP_OS_TIMER_STOP(&inp->sctp_ep.signature_change.timer); in sctp_inpcb_free()
3573 (void)SCTP_OS_TIMER_STOP(&inp->sctp_ep.signature_change.timer); in sctp_inpcb_free()
3583 inp->sctp_ep.signature_change.type = 0; in sctp_inpcb_free()
3600 (void)SCTP_OS_TIMER_STOP_DRAIN(&inp->sctp_ep.signature_change.timer); in sctp_inpcb_free()
3603 (void)SCTP_OS_TIMER_STOP(&inp->sctp_ep.signature_change.timer); in sctp_inpcb_free()
HDsctputil.c2073 tmr = &inp->sctp_ep.signature_change; in sctp_timer_start()
2089 tmr = &inp->sctp_ep.signature_change; in sctp_timer_start()
2280 tmr = &inp->sctp_ep.signature_change; in sctp_timer_stop()
2302 tmr = &inp->sctp_ep.signature_change; in sctp_timer_stop()