Home
last modified time | relevance | path

Searched refs:TF_PMTUD (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_output.c797 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()
H A Dtcp_timer.c926 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()
H A Dtcp_subr.c2986 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()
H A Dtcp_var.h312 #define TF_PMTUD 0x4000000 /* Perform Path MTU Discovery for this connection */ macro