Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctp_var.h194 (void)SCTP_OS_TIMER_STOP(&(__net)->rxt_timer.timer); \
237 (void)SCTP_OS_TIMER_STOP(&(__net)->rxt_timer.timer); \
Dsctputil.c2316 tmr = &net->rxt_timer; in sctp_timer_start()
2336 tmr = &net->rxt_timer; in sctp_timer_start()
2369 tmr = &net->rxt_timer; in sctp_timer_start()
2434 tmr = &net->rxt_timer; in sctp_timer_start()
2489 tmr = &net->rxt_timer; in sctp_timer_start()
2733 tmr = &net->rxt_timer; in sctp_timer_stop()
2744 tmr = &net->rxt_timer; in sctp_timer_stop()
2766 tmr = &net->rxt_timer; in sctp_timer_stop()
2788 tmr = &net->rxt_timer; in sctp_timer_stop()
2821 tmr = &net->rxt_timer; in sctp_timer_stop()
Dsctp_structs.h330 struct sctp_timer rxt_timer; member
Dsctp_indata.c4306 if (!SCTP_OS_TIMER_PENDING(&net->rxt_timer.timer)) {
4309 } else if (SCTP_OS_TIMER_PENDING(&net->rxt_timer.timer)) {
5214 if (!SCTP_OS_TIMER_PENDING(&net->rxt_timer.timer)) {
5224 if (!SCTP_OS_TIMER_PENDING(&net->rxt_timer.timer)) {
5229 } else if (SCTP_OS_TIMER_PENDING(&net->rxt_timer.timer)) {
Dsctp_output.c5166 if (SCTP_OS_TIMER_PENDING(&net->rxt_timer.timer)) {
9321 if (!SCTP_OS_TIMER_PENDING(&net->rxt_timer.timer)) {
9405 if (bundle_at && (!SCTP_OS_TIMER_PENDING(&net->rxt_timer.timer))) {
10412 if (!SCTP_OS_TIMER_PENDING(&net->rxt_timer.timer)) {
10576 if (SCTP_OS_TIMER_PENDING(&net->rxt_timer.timer)) {
Dsctp_input.c83 if (net->rxt_timer.type == SCTP_TIMER_TYPE_COOKIE) { in sctp_stop_all_cookie_timers()
88 } else if (net->rxt_timer.type == SCTP_TIMER_TYPE_INIT) { in sctp_stop_all_cookie_timers()
Dsctp_pcb.c3197 net->rxt_timer.ep = (void *)new_inp;
4594 SCTP_OS_TIMER_INIT(&net->rxt_timer.timer);