Searched refs:TF_PMTUD (Results 1 – 4 of 4) sorted by relevance
797 tp->t_flags &= ~TF_PMTUD; in tcp_output()799 tp->t_flags |= TF_PMTUD; in tcp_output()2590 if (path_mtu_discovery && (tp->t_flags & TF_PMTUD)) { in tcp_output()
926 tp->t_flags |= TF_PMTUD; in tcp_pmtud_revert_segment_size()1277 if ((tp->t_flags & TF_PMTUD) && in tcp_timers()1287 tp->t_flags &= ~TF_PMTUD; in tcp_timers()
2986 tp->t_flags &= ~TF_PMTUD; in tcp_rtlookup()2988 tp->t_flags |= TF_PMTUD; in tcp_rtlookup()3094 tp->t_flags &= ~TF_PMTUD; in tcp_rtlookup6()3096 tp->t_flags |= TF_PMTUD; in tcp_rtlookup6()
312 #define TF_PMTUD 0x4000000 /* Perform Path MTU Discovery for this connection */ macro