Home
last modified time | relevance | path

Searched refs:dack_timer (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_structs.h795 struct sctp_timer dack_timer; /* Delayed ack timer */ member
H A Dsctp_indata.c2586 if (SCTP_OS_TIMER_PENDING(&stcb->asoc.dack_timer.timer)) { in sctp_sack_check()
2616 (!SCTP_OS_TIMER_PENDING(&stcb->asoc.dack_timer.timer))) { in sctp_sack_check()
2640 if (!SCTP_OS_TIMER_PENDING(&stcb->asoc.dack_timer.timer)) { in sctp_sack_check()
H A Dsctp_pcb.c2712 if (stcb->asoc.dack_timer.ep == old_inp) { in sctp_move_pcb_and_assoc()
2714 stcb->asoc.dack_timer.ep = new_inp; in sctp_move_pcb_and_assoc()
4374 SCTP_OS_TIMER_INIT(&asoc->dack_timer.timer); in sctp_aloc_assoc()
H A Dsctputil.c2231 tmr = &stcb->asoc.dack_timer; in sctp_timer_start()
2646 tmr = &stcb->asoc.dack_timer; in sctp_timer_stop()
H A Dsctp_output.c8375 if (SCTP_OS_TIMER_PENDING(&stcb->asoc.dack_timer.timer)) { in sctp_med_chunk_output()
9990 if (SCTP_OS_TIMER_PENDING(&stcb->asoc.dack_timer.timer)) { in sctp_chunk_output()