Searched refs:TF_PMTUD (Results 1 – 4 of 4) sorted by relevance
930 tp->t_flags |= TF_PMTUD; in tcp_pmtud_revert_segment_size()1285 if ((tp->t_flags & TF_PMTUD) && in tcp_timers()1295 tp->t_flags &= ~TF_PMTUD; in tcp_timers()
1259 tp->t_flags &= ~TF_PMTUD; in tcp_output()1261 tp->t_flags |= TF_PMTUD; in tcp_output()3225 if (path_mtu_discovery && (tp->t_flags & TF_PMTUD)) { in tcp_output()
3304 tp->t_flags &= ~TF_PMTUD; in tcp_rtlookup()3306 tp->t_flags |= TF_PMTUD; in tcp_rtlookup()3417 tp->t_flags &= ~TF_PMTUD; in tcp_rtlookup6()3419 tp->t_flags |= TF_PMTUD; in tcp_rtlookup6()
457 #define TF_PMTUD 0x4000000 /* Perform Path MTU Discovery for this connection */ macro