Home
last modified time | relevance | path

Searched refs:V_path_mtu_discovery (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_output.c1459 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()
H A Dtcp_var.h1320 #define V_path_mtu_discovery VNET(path_mtu_discovery) macro
H A Dtcp_input.c3891 if (!V_path_mtu_discovery && in tcp_mss_update()
3902 if (!V_path_mtu_discovery && in tcp_mss_update()
H A Dtcp_syncache.c1881 if (V_path_mtu_discovery && ((sc->sc_flags & SCF_UNREACH) == 0)) in syncache_respond()
H A Dtcp_subr.c2012 if (V_path_mtu_discovery) in tcp_respond()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_fil_freebsd.c424 ip->ip_off = htons(V_path_mtu_discovery ? IP_DF : 0); in ipf_send_ip()
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c18792 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()
H A Dbbr.c13546 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()
/freebsd/sys/netpfil/pf/
H A Dpf.c4059 h->ip_off = htons(V_path_mtu_discovery ? IP_DF : 0); in pf_build_tcp()