Searched refs:V_path_mtu_discovery (Results 1 – 9 of 9) sorted by relevance
1459 if (V_path_mtu_discovery && tp->t_maxseg > V_tcp_minmss) in tcp_default_output()1501 if (V_path_mtu_discovery && tp->t_maxseg > V_tcp_minmss) { in tcp_default_output()
1320 #define V_path_mtu_discovery VNET(path_mtu_discovery) macro
3891 if (!V_path_mtu_discovery && in tcp_mss_update()3902 if (!V_path_mtu_discovery && in tcp_mss_update()
1881 if (V_path_mtu_discovery && ((sc->sc_flags & SCF_UNREACH) == 0)) in syncache_respond()
2012 if (V_path_mtu_discovery) in tcp_respond()
424 ip->ip_off = htons(V_path_mtu_discovery ? IP_DF : 0); in ipf_send_ip()
18792 if (V_path_mtu_discovery && tp->t_maxseg > V_tcp_minmss) in rack_fast_rsm_output() 18805 if (V_path_mtu_discovery && tp->t_maxseg > V_tcp_minmss) { in rack_fast_rsm_output() 19352 if (V_path_mtu_discovery && tp->t_maxseg > V_tcp_minmss) in rack_fast_output() 19365 if (V_path_mtu_discovery && tp->t_maxseg > V_tcp_minmss) { in rack_fast_output() 22028 if (V_path_mtu_discovery && tp->t_maxseg > V_tcp_minmss) in rack_output() 22069 if (V_path_mtu_discovery && tp->t_maxseg > V_tcp_minmss) { in rack_output()
13546 if (V_path_mtu_discovery && maxseg > V_tcp_minmss) in bbr_output_wtime()13585 if (V_path_mtu_discovery && tp->t_maxseg > V_tcp_minmss) { in bbr_output_wtime()
4059 h->ip_off = htons(V_path_mtu_discovery ? IP_DF : 0); in pf_build_tcp()