Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/netinet/
Dsctp_pcb.c2773 stcb->asoc.strreset_timer.ep = (void *)new_inp; in sctp_move_pcb_and_assoc()
4417 SCTP_OS_TIMER_INIT(&asoc->strreset_timer.timer); in sctp_aloc_assoc()
4738 (void)SCTP_OS_TIMER_STOP(&asoc->strreset_timer.timer); in sctp_free_assoc()
4745 if (asoc->strreset_timer.type == SCTP_TIMER_TYPE_STRRESET) in sctp_free_assoc()
4746 asoc->strreset_timer.self = NULL; in sctp_free_assoc()
4931 (void)SCTP_OS_TIMER_STOP(&asoc->strreset_timer.timer); in sctp_free_assoc()
4933 (void)SCTP_OS_TIMER_STOP(&asoc->strreset_timer.timer); in sctp_free_assoc()
4944 asoc->strreset_timer.type = SCTP_TIMER_TYPE_NONE; in sctp_free_assoc()
Dsctp_structs.h777 struct sctp_timer strreset_timer; /* stream reset */ member
Dsctputil.c744 (void)SCTP_OS_TIMER_STOP(&asoc->strreset_timer.timer); in sctp_stop_timers_for_shutdown()
2100 tmr = &stcb->asoc.strreset_timer; in sctp_timer_start()
2166 tmr = &stcb->asoc.strreset_timer; in sctp_timer_start()
2313 tmr = &stcb->asoc.strreset_timer; in sctp_timer_stop()
2346 tmr = &stcb->asoc.strreset_timer; in sctp_timer_stop()