Lines Matching refs:t_timer

833 			if (tp->t_timer[TCPT_REXMT] == 0) {  in tcp_output()
834 tp->t_timer[TCPT_REXMT] = in tcp_output()
836 if (tp->t_timer[TCPT_PERSIST] != 0) { in tcp_output()
837 tp->t_timer[TCPT_PERSIST] = 0; in tcp_output()
1031 tp->t_timer[TCPT_PERSIST] = 0; in tcp_output()
1212 tp->t_timer[TCPT_REXMT] = 0; in tcp_output()
1213 tp->t_timer[TCPT_PTO] = 0; in tcp_output()
1217 if (tp->t_timer[TCPT_PERSIST] == 0) { in tcp_output()
1579 tp->t_timer[TCPT_DELACK] = in tcp_output()
1620 tp->t_timer[TCPT_REXMT] == 0 && in tcp_output()
1621 tp->t_timer[TCPT_PERSIST] == 0) { in tcp_output()
1622 tp->t_timer[TCPT_REXMT] = OFFSET_FROM_START(tp, in tcp_output()
1648 if (so->so_snd.sb_cc && tp->t_timer[TCPT_REXMT] == 0 && in tcp_output()
1649 tp->t_timer[TCPT_PERSIST] == 0) { in tcp_output()
2500 tp->t_timer[TCPT_PERSIST]) { in tcp_output()
2642 || tp->t_timer[TCPT_PERSIST] == 0) { in tcp_output()
2690 if (tp->t_timer[TCPT_REXMT] == 0 && in tcp_output()
2693 if (tp->t_timer[TCPT_PERSIST]) { in tcp_output()
2694 tp->t_timer[TCPT_PERSIST] = 0; in tcp_output()
2698 tp->t_timer[TCPT_REXMT] = in tcp_output()
2748 tp->t_timer[TCPT_PTO] = OFFSET_FROM_START(tp, pto); in tcp_output()
2909 tp->t_timer[TCPT_REXMT] == 0) { in tcp_output()
3012 || tp->t_timer[TCPT_PERSIST] == 0) { in tcp_output()
3060 if (tp->t_timer[TCPT_REXMT] == 0 && in tcp_output()
3061 tp->t_timer[TCPT_PERSIST] == 0 && in tcp_output()
3064 tp->t_timer[TCPT_REXMT] = in tcp_output()
3273 tp->t_timer[TCPT_DELACK] = 0; in tcp_ip_output()
3468 tp->t_timer[TCPT_REXMT] = OFFSET_FROM_START(tp, tp->t_rxtcur); in tcp_ip_output()
3491 tp->t_timer[TCPT_PERSIST] == 0 && in tcp_setpersist()
3499 TCPT_RANGESET(tp->t_timer[TCPT_PERSIST], in tcp_setpersist()
3502 tp->t_timer[TCPT_PERSIST] = OFFSET_FROM_START(tp, tp->t_timer[TCPT_PERSIST]); in tcp_setpersist()