Home
last modified time | relevance | path

Searched refs:t_flags2 (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/sys/netinet/
HDtcp_timer.c687 if (((tp->t_flags2 & (TF2_PLPMTU_PMTUD|TF2_PLPMTU_MAXSEGSNT)) == in tcp_timer_rexmt()
697 if ((tp->t_flags2 & TF2_PLPMTU_BLACKHOLE) == 0) { in tcp_timer_rexmt()
699 tp->t_flags2 |= TF2_PLPMTU_BLACKHOLE; in tcp_timer_rexmt()
722 tp->t_flags2 &= ~TF2_PLPMTU_PMTUD; in tcp_timer_rexmt()
741 tp->t_flags2 &= ~TF2_PLPMTU_PMTUD; in tcp_timer_rexmt()
760 if ((tp->t_flags2 & TF2_PLPMTU_BLACKHOLE) && in tcp_timer_rexmt()
762 tp->t_flags2 |= TF2_PLPMTU_PMTUD; in tcp_timer_rexmt()
763 tp->t_flags2 &= ~TF2_PLPMTU_BLACKHOLE; in tcp_timer_rexmt()
HDtcp_output.c769 tp->t_flags2 |= TF2_PLPMTU_MAXSEGSNT; in tcp_output()
771 tp->t_flags2 &= ~TF2_PLPMTU_MAXSEGSNT; in tcp_output()
1394 tp->t_flags2 |= TF2_PLPMTU_PMTUD; in tcp_output()
1396 tp->t_flags2 &= ~TF2_PLPMTU_PMTUD; in tcp_output()
1438 tp->t_flags2 |= TF2_PLPMTU_PMTUD; in tcp_output()
1440 tp->t_flags2 &= ~TF2_PLPMTU_PMTUD; in tcp_output()
HDtcp_var.h270 u_int t_flags2; /* More tcpcb flags storage */ member