Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Dtcp_timer.c930 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()
H A Dtcp_output.c1199 tp->t_flags &= ~TF_PMTUD; in tcp_output()
1201 tp->t_flags |= TF_PMTUD; in tcp_output()
3165 if (path_mtu_discovery && (tp->t_flags & TF_PMTUD)) { in tcp_output()
H A Dtcp_subr.c3300 tp->t_flags &= ~TF_PMTUD; in tcp_rtlookup()
3302 tp->t_flags |= TF_PMTUD; in tcp_rtlookup()
3413 tp->t_flags &= ~TF_PMTUD; in tcp_rtlookup6()
3415 tp->t_flags |= TF_PMTUD; in tcp_rtlookup6()
H A Dtcp_var.h457 #define TF_PMTUD 0x4000000 /* Perform Path MTU Discovery for this connection */ macro