Home
last modified time | relevance | path

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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_var.h184 (void)SCTP_OS_TIMER_STOP(&(__net)->rxt_timer.timer); \
231 (void)SCTP_OS_TIMER_STOP(&(__net)->rxt_timer.timer); \
Dsctp_indata.c3930 (void)SCTP_OS_TIMER_START(&net->rxt_timer.timer, to_ticks,
3931 sctp_timeout_handler, &net->rxt_timer);
3939 if (!SCTP_OS_TIMER_PENDING(&net->rxt_timer.timer)) {
3940 SCTP_OS_TIMER_START(&net->rxt_timer.timer, to_ticks,
3941 sctp_timeout_handler, &net->rxt_timer);
3943 } else if (SCTP_OS_TIMER_PENDING(&net->rxt_timer.timer)) {
4886 if (!SCTP_OS_TIMER_PENDING(&net->rxt_timer.timer)) {
4896 if (!SCTP_OS_TIMER_PENDING(&net->rxt_timer.timer)) {
4901 } else if (SCTP_OS_TIMER_PENDING(&net->rxt_timer.timer)) {
Dsctputil.c2017 tmr = &net->rxt_timer; in sctp_timer_start()
2034 tmr = &net->rxt_timer; in sctp_timer_start()
2062 tmr = &net->rxt_timer; in sctp_timer_start()
2118 tmr = &net->rxt_timer; in sctp_timer_start()
2177 tmr = &net->rxt_timer; in sctp_timer_start()
2307 tmr = &net->rxt_timer; in sctp_timer_stop()
2313 tmr = &net->rxt_timer; in sctp_timer_stop()
2325 tmr = &net->rxt_timer; in sctp_timer_stop()
2337 tmr = &net->rxt_timer; in sctp_timer_stop()
2375 tmr = &net->rxt_timer; in sctp_timer_stop()
Dsctp_structs.h323 struct sctp_timer rxt_timer; member
Dsctp_pcb.c3234 net->rxt_timer.ep = (void *)new_inp;
4634 SCTP_OS_TIMER_INIT(&net->rxt_timer.timer);
5507 (void)SCTP_OS_TIMER_STOP(&net->rxt_timer.timer);
5508 net->rxt_timer.self = NULL;
5690 (void)SCTP_OS_TIMER_STOP(&net->rxt_timer.timer);
Dsctp_output.c5101 if (SCTP_OS_TIMER_PENDING(&net->rxt_timer.timer)) {
9137 if (!SCTP_OS_TIMER_PENDING(&net->rxt_timer.timer)) {
9221 if (bundle_at && (!SCTP_OS_TIMER_PENDING(&net->rxt_timer.timer))) {
10215 if (!SCTP_OS_TIMER_PENDING(&net->rxt_timer.timer)) {
10373 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()