Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctputil.c2308 tmr = &net->rxt_timer; in sctp_timer_start()
2328 tmr = &net->rxt_timer; in sctp_timer_start()
2361 tmr = &net->rxt_timer; in sctp_timer_start()
2426 tmr = &net->rxt_timer; in sctp_timer_start()
2481 tmr = &net->rxt_timer; in sctp_timer_start()
2738 tmr = &net->rxt_timer; in sctp_timer_stop()
2749 tmr = &net->rxt_timer; in sctp_timer_stop()
2771 tmr = &net->rxt_timer; in sctp_timer_stop()
2793 tmr = &net->rxt_timer; in sctp_timer_stop()
2826 tmr = &net->rxt_timer; in sctp_timer_stop()
Dsctp_structs.h327 struct sctp_timer rxt_timer; member
Dsctp_indata.c4325 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_pcb.c3212 if (net->rxt_timer.ep == old_inp) {
3214 net->rxt_timer.ep = new_inp;
4566 SCTP_OS_TIMER_INIT(&net->rxt_timer.timer);
Dsctp_output.c5119 if (SCTP_OS_TIMER_PENDING(&net->rxt_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)) {
Dsctp_input.c78 if (net->rxt_timer.type == SCTP_TIMER_TYPE_COOKIE) { in sctp_stop_all_cookie_timers()
83 } else if (net->rxt_timer.type == SCTP_TIMER_TYPE_INIT) { in sctp_stop_all_cookie_timers()