Searched refs:V_path_mtu_discovery (Results 1 – 7 of 7) sorted by relevance
1277 if (V_path_mtu_discovery && tp->t_maxopd > V_tcp_minmss) in tcp_output()1318 if (V_path_mtu_discovery && tp->t_maxopd > V_tcp_minmss) { in tcp_output()
639 if (V_path_mtu_discovery) in tcp_twrespond()
640 #define V_path_mtu_discovery VNET(path_mtu_discovery) macro
3497 if (!V_path_mtu_discovery && in tcp_mss_update()3508 if (!V_path_mtu_discovery && in tcp_mss_update()
1478 if (V_path_mtu_discovery && ((sc->sc_flags & SCF_UNREACH) == 0)) in syncache_respond()
651 if (V_path_mtu_discovery) in tcp_respond()
2343 h->ip_off = htons(V_path_mtu_discovery ? IP_DF : 0); in pf_send_tcp()