Searched refs:TF_PMTUD (Results 1 – 4 of 4) sorted by relevance
938 tp->t_flags |= TF_PMTUD; in tcp_pmtud_revert_segment_size()1300 if ((tp->t_flags & TF_PMTUD) && in tcp_timers()1310 tp->t_flags &= ~TF_PMTUD; in tcp_timers()
963 tp->t_flags &= ~TF_PMTUD; in tcp_output()965 tp->t_flags |= TF_PMTUD; in tcp_output()3081 if (path_mtu_discovery && (tp->t_flags & TF_PMTUD)) { in tcp_output()
3065 tp->t_flags &= ~TF_PMTUD; in tcp_rtlookup()3067 tp->t_flags |= TF_PMTUD; in tcp_rtlookup()3173 tp->t_flags &= ~TF_PMTUD; in tcp_rtlookup6()3175 tp->t_flags |= TF_PMTUD; in tcp_rtlookup6()
418 #define TF_PMTUD 0x4000000 /* Perform Path MTU Discovery for this connection */ macro