Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_structs.h797 struct sctp_timer strreset_timer; /* stream reset */ member
H A Dsctputil.c2445 tmr = &stcb->asoc.strreset_timer; in sctp_timer_start()
2478 tmr = &stcb->asoc.strreset_timer; in sctp_timer_start()
2756 tmr = &stcb->asoc.strreset_timer; in sctp_timer_stop()
2783 tmr = &stcb->asoc.strreset_timer; in sctp_timer_stop()
H A Dsctp_pcb.c2722 if (stcb->asoc.strreset_timer.ep == old_inp) { in sctp_move_pcb_and_assoc()
2724 stcb->asoc.strreset_timer.ep = new_inp; in sctp_move_pcb_and_assoc()
4375 SCTP_OS_TIMER_INIT(&asoc->strreset_timer.timer); in sctp_aloc_assoc()