Home
last modified time | relevance | path

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

/external/qemu/slirp2/
Dtcp_timer.c97 if (tp->t_timer[i] && --tp->t_timer[i] == 0) { in tcp_slowtimo()
127 tp->t_timer[i] = 0;
156 tp->t_timer[TCPT_2MSL] = tcp_keepintvl;
211 tp->t_timer[TCPT_REXMT] = tp->t_rxtcur;
314 tp->t_timer[TCPT_KEEP] = tcp_keepintvl;
316 tp->t_timer[TCPT_KEEP] = tcp_keepidle;
Dtcp_output.c137 tp->t_timer[TCPT_PERSIST] = 0;
157 tp->t_timer[TCPT_REXMT] = 0;
257 if (so->so_snd.sb_cc && tp->t_timer[TCPT_REXMT] == 0 &&
258 tp->t_timer[TCPT_PERSIST] == 0) {
428 if (len || (flags & (TH_SYN|TH_FIN)) || tp->t_timer[TCPT_PERSIST])
479 if (tp->t_force == 0 || tp->t_timer[TCPT_PERSIST] == 0) {
515 if (tp->t_timer[TCPT_REXMT] == 0 &&
517 tp->t_timer[TCPT_REXMT] = tp->t_rxtcur;
518 if (tp->t_timer[TCPT_PERSIST]) {
519 tp->t_timer[TCPT_PERSIST] = 0;
[all …]
Dtcp_input.c459 tp->t_timer[TCPT_KEEP] = tcp_keepintvl;
461 tp->t_timer[TCPT_KEEP] = tcp_keepidle;
537 tp->t_timer[TCPT_REXMT] = 0;
538 else if (tp->t_timer[TCPT_PERSIST] == 0)
539 tp->t_timer[TCPT_REXMT] = tp->t_rxtcur;
684 tp->t_timer[TCPT_KEEP] = TCPTV_KEEP_INIT;
716 tp->t_timer[TCPT_KEEP] = TCPTV_KEEP_INIT;
754 tp->t_timer[TCPT_REXMT] = 0;
1091 if (tp->t_timer[TCPT_REXMT] == 0 ||
1103 tp->t_timer[TCPT_REXMT] = 0;
[all …]
Dtcp_var.h51 short t_timer[TCPT_NTIMERS]; /* tcp timers */ member
Dsocket.c571 so->so_tcpcb->t_timer[TCPT_KEEP] = TCPTV_KEEP_INIT*2;
Dtcp_subr.c565 tp->t_timer[TCPT_KEEP] = TCPTV_KEEP_INIT;