Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_os_bsd.h267 #define SCTP_OS_TIMER_PENDING callout_pending macro
H A Dsctp_indata.c2574 if (SCTP_OS_TIMER_PENDING(&stcb->asoc.dack_timer.timer)) { in sctp_sack_check()
2604 (!SCTP_OS_TIMER_PENDING(&stcb->asoc.dack_timer.timer))) { in sctp_sack_check()
2628 if (!SCTP_OS_TIMER_PENDING(&stcb->asoc.dack_timer.timer)) { in sctp_sack_check()
4237 if (!SCTP_OS_TIMER_PENDING(&net->rxt_timer.timer)) { in sctp_express_handle_sack()
4240 } else if (SCTP_OS_TIMER_PENDING(&net->rxt_timer.timer)) { in sctp_express_handle_sack()
5101 if (!SCTP_OS_TIMER_PENDING(&net->rxt_timer.timer)) { in sctp_handle_sack()
5114 if (!SCTP_OS_TIMER_PENDING(&net->rxt_timer.timer)) { in sctp_handle_sack()
5118 } else if (SCTP_OS_TIMER_PENDING(&net->rxt_timer.timer)) { in sctp_handle_sack()
H A Dsctp_usrreq.c226 if (SCTP_OS_TIMER_PENDING(&net->pmtu_timer.timer)) { in sctp_notify()
5339 if (SCTP_OS_TIMER_PENDING(&net->pmtu_timer.timer)) {
5366 if (!SCTP_OS_TIMER_PENDING(&net->pmtu_timer.timer)) {
5483 if (SCTP_OS_TIMER_PENDING(&net->pmtu_timer.timer)) {
5516 if (!SCTP_OS_TIMER_PENDING(&net->pmtu_timer.timer)) {
H A Dsctp_output.c4658 if (SCTP_OS_TIMER_PENDING(&net->rxt_timer.timer)) { in sctp_send_initiate()
8421 if (SCTP_OS_TIMER_PENDING(&stcb->asoc.dack_timer.timer)) { in sctp_med_chunk_output()
8732 if (!SCTP_OS_TIMER_PENDING(&net->rxt_timer.timer)) { in sctp_med_chunk_output()
8832 if (bundle_at && (!SCTP_OS_TIMER_PENDING(&net->rxt_timer.timer))) { in sctp_med_chunk_output()
9837 if (!SCTP_OS_TIMER_PENDING(&net->rxt_timer.timer)) { in sctp_chunk_retransmission()
10007 if (SCTP_OS_TIMER_PENDING(&net->rxt_timer.timer)) { in sctp_timer_validation()
10082 if (SCTP_OS_TIMER_PENDING(&stcb->asoc.dack_timer.timer)) { in sctp_chunk_output()
H A Dsctputil.c1801 if (SCTP_OS_TIMER_PENDING(&tmr->timer)) { in sctp_timeout_handler()
2532 if (SCTP_OS_TIMER_PENDING(&tmr->timer)) { in sctp_timer_start()
/freebsd/sys/netinet6/
H A Dsctp6_usrreq.c216 if (SCTP_OS_TIMER_PENDING(&net->pmtu_timer.timer)) { in sctp6_notify()