Searched refs:V_path_mtu_discovery (Results 1 – 11 of 11) sorted by relevance
642 if (V_path_mtu_discovery) in tcp_twrespond()
1432 if (V_path_mtu_discovery && tp->t_maxseg > V_tcp_minmss) in tcp_output()1475 if (V_path_mtu_discovery && tp->t_maxseg > V_tcp_minmss) { in tcp_output()
875 #define V_path_mtu_discovery VNET(path_mtu_discovery) macro
3755 if (!V_path_mtu_discovery && in tcp_mss_update()3766 if (!V_path_mtu_discovery && in tcp_mss_update()
1945 if (V_path_mtu_discovery && ((sc->sc_flags & SCF_UNREACH) == 0)) in syncache_respond()
1596 if (V_path_mtu_discovery) in tcp_respond()
468 ip->ip_off = htons(V_path_mtu_discovery ? IP_DF : 0);
13735 if (V_path_mtu_discovery && tp->t_maxseg > V_tcp_minmss) in rack_output()13774 if (V_path_mtu_discovery && tp->t_maxseg > V_tcp_minmss) { in rack_output()
13757 if (V_path_mtu_discovery && maxseg > V_tcp_minmss) in bbr_output_wtime()13796 if (V_path_mtu_discovery && tp->t_maxseg > V_tcp_minmss) { in bbr_output_wtime()
2577 h->ip_off = htons(V_path_mtu_discovery ? IP_DF : 0); in pf_send_tcp()