Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_callout.h107 #define SCTP_OS_TIMER_PENDING(tmr) ((tmr)->c_flags & SCTP_CALLOUT_PENDING) macro
Dsctp_indata.c2626 if (SCTP_OS_TIMER_PENDING(&stcb->asoc.dack_timer.timer)) { in sctp_sack_check()
2657 (!SCTP_OS_TIMER_PENDING(&stcb->asoc.dack_timer.timer))) { in sctp_sack_check()
2685 if (!SCTP_OS_TIMER_PENDING(&stcb->asoc.dack_timer.timer)) { in sctp_sack_check()
4325 if (!SCTP_OS_TIMER_PENDING(&net->rxt_timer.timer)) {
4328 } else if (SCTP_OS_TIMER_PENDING(&net->rxt_timer.timer)) {
5233 if (!SCTP_OS_TIMER_PENDING(&net->rxt_timer.timer)) {
5243 if (!SCTP_OS_TIMER_PENDING(&net->rxt_timer.timer)) {
5248 } else if (SCTP_OS_TIMER_PENDING(&net->rxt_timer.timer)) {
Dsctp_output.c5119 if (SCTP_OS_TIMER_PENDING(&net->rxt_timer.timer)) {
8967 if (SCTP_OS_TIMER_PENDING(&stcb->asoc.dack_timer.timer)) {
9269 if (!SCTP_OS_TIMER_PENDING(&net->rxt_timer.timer)) {
9353 if (bundle_at && (!SCTP_OS_TIMER_PENDING(&net->rxt_timer.timer))) {
10356 if (!SCTP_OS_TIMER_PENDING(&net->rxt_timer.timer)) {
10520 if (SCTP_OS_TIMER_PENDING(&net->rxt_timer.timer)) {
10601 if (SCTP_OS_TIMER_PENDING(&stcb->asoc.dack_timer.timer)) {
Dsctp_usrreq.c324 if (SCTP_OS_TIMER_PENDING(&net->pmtu_timer.timer)) {
6181 if (SCTP_OS_TIMER_PENDING(&net->pmtu_timer.timer)) {
6211 if (!SCTP_OS_TIMER_PENDING(&net->pmtu_timer.timer)) {
6329 if (SCTP_OS_TIMER_PENDING(&net->pmtu_timer.timer)) {
6363 if (!SCTP_OS_TIMER_PENDING(&net->pmtu_timer.timer)) {
Dsctputil.c1862 if (SCTP_OS_TIMER_PENDING(&tmr->timer)) { in sctp_timeout_handler()
2627 if (SCTP_OS_TIMER_PENDING(&tmr->timer)) { in sctp_timer_start()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet6/
Dsctp6_usrreq.c367 if (SCTP_OS_TIMER_PENDING(&net->pmtu_timer.timer)) {