Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_os_bsd.h278 #define SCTP_OS_TIMER_PENDING callout_pending macro
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()
4251 if (!SCTP_OS_TIMER_PENDING(&net->rxt_timer.timer)) { in sctp_express_handle_sack()
4254 } else if (SCTP_OS_TIMER_PENDING(&net->rxt_timer.timer)) { in sctp_express_handle_sack()
5115 if (!SCTP_OS_TIMER_PENDING(&net->rxt_timer.timer)) { in sctp_handle_sack()
5128 if (!SCTP_OS_TIMER_PENDING(&net->rxt_timer.timer)) { in sctp_handle_sack()
5132 } else if (SCTP_OS_TIMER_PENDING(&net->rxt_timer.timer)) { in sctp_handle_sack()
H A Dsctp_usrreq.c211 if (SCTP_OS_TIMER_PENDING(&net->pmtu_timer.timer)) { in sctp_notify()
5369 if (SCTP_OS_TIMER_PENDING(&net->pmtu_timer.timer)) {
5394 if (!SCTP_OS_TIMER_PENDING(&net->pmtu_timer.timer)) {
5512 if (SCTP_OS_TIMER_PENDING(&net->pmtu_timer.timer)) {
5541 if (!SCTP_OS_TIMER_PENDING(&net->pmtu_timer.timer)) {
H A Dsctp_output.c4656 if (SCTP_OS_TIMER_PENDING(&net->rxt_timer.timer)) { in sctp_send_initiate()
8375 if (SCTP_OS_TIMER_PENDING(&stcb->asoc.dack_timer.timer)) { in sctp_med_chunk_output()
8674 if (!SCTP_OS_TIMER_PENDING(&net->rxt_timer.timer)) { in sctp_med_chunk_output()
8764 if (bundle_at && (!SCTP_OS_TIMER_PENDING(&net->rxt_timer.timer))) { in sctp_med_chunk_output()
9753 if (!SCTP_OS_TIMER_PENDING(&net->rxt_timer.timer)) { in sctp_chunk_retransmission()
9915 if (SCTP_OS_TIMER_PENDING(&net->rxt_timer.timer)) { in sctp_timer_validation()
9990 if (SCTP_OS_TIMER_PENDING(&stcb->asoc.dack_timer.timer)) { in sctp_chunk_output()
H A Dsctputil.c1787 if (SCTP_OS_TIMER_PENDING(&tmr->timer)) { in sctp_timeout_handler()
2515 if (SCTP_OS_TIMER_PENDING(&tmr->timer)) { in sctp_timer_start()
/f-stack/freebsd/netinet6/
H A Dsctp6_usrreq.c215 if (SCTP_OS_TIMER_PENDING(&net->pmtu_timer.timer)) { in sctp6_notify()