Home
last modified time | relevance | path

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

/trueos/sys/netinet/
HDsctp_os_bsd.h284 #define SCTP_OS_TIMER_PENDING callout_pending macro
HDsctp_indata.c2160 if (SCTP_OS_TIMER_PENDING(&stcb->asoc.dack_timer.timer)) { in sctp_sack_check()
2195 (!SCTP_OS_TIMER_PENDING(&stcb->asoc.dack_timer.timer))) { in sctp_sack_check()
2220 if (!SCTP_OS_TIMER_PENDING(&stcb->asoc.dack_timer.timer)) { in sctp_sack_check()
3909 if (!SCTP_OS_TIMER_PENDING(&net->rxt_timer.timer)) { in sctp_express_handle_sack()
3913 } else if (SCTP_OS_TIMER_PENDING(&net->rxt_timer.timer)) { in sctp_express_handle_sack()
4833 if (!SCTP_OS_TIMER_PENDING(&net->rxt_timer.timer)) { in sctp_handle_sack()
4846 if (!SCTP_OS_TIMER_PENDING(&net->rxt_timer.timer)) { in sctp_handle_sack()
4851 } else if (SCTP_OS_TIMER_PENDING(&net->rxt_timer.timer)) { in sctp_handle_sack()
HDsctp_usrreq.c194 if (SCTP_OS_TIMER_PENDING(&net->pmtu_timer.timer)) { in sctp_notify_mbuf()
5253 if (SCTP_OS_TIMER_PENDING(&net->pmtu_timer.timer)) {
5278 if (!SCTP_OS_TIMER_PENDING(&net->pmtu_timer.timer)) {
5395 if (SCTP_OS_TIMER_PENDING(&net->pmtu_timer.timer)) {
5423 if (!SCTP_OS_TIMER_PENDING(&net->pmtu_timer.timer)) {
HDsctp_output.c4726 if (SCTP_OS_TIMER_PENDING(&net->rxt_timer.timer)) { in sctp_send_initiate()
8341 if (SCTP_OS_TIMER_PENDING(&stcb->asoc.dack_timer.timer)) { in sctp_med_chunk_output()
8642 if (!SCTP_OS_TIMER_PENDING(&net->rxt_timer.timer)) { in sctp_med_chunk_output()
8732 if (bundle_at && (!SCTP_OS_TIMER_PENDING(&net->rxt_timer.timer))) { in sctp_med_chunk_output()
9679 if (!SCTP_OS_TIMER_PENDING(&net->rxt_timer.timer)) { in sctp_chunk_retransmission()
9837 if (SCTP_OS_TIMER_PENDING(&net->rxt_timer.timer)) { in sctp_timer_validation()
9914 if (SCTP_OS_TIMER_PENDING(&stcb->asoc.dack_timer.timer)) { in sctp_chunk_output()
HDsctputil.c1553 if (SCTP_OS_TIMER_PENDING(&tmr->timer)) { in sctp_timeout_handler()
2144 if (SCTP_OS_TIMER_PENDING(&tmr->timer)) { in sctp_timer_start()