Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_timewait.c642 if (V_path_mtu_discovery) in tcp_twrespond()
H A Dtcp_output.c1432 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()
H A Dtcp_var.h875 #define V_path_mtu_discovery VNET(path_mtu_discovery) macro
H A Dtcp_input.c3755 if (!V_path_mtu_discovery && in tcp_mss_update()
3766 if (!V_path_mtu_discovery && in tcp_mss_update()
H A Dtcp_syncache.c1945 if (V_path_mtu_discovery && ((sc->sc_flags & SCF_UNREACH) == 0)) in syncache_respond()
H A Dtcp_subr.c1596 if (V_path_mtu_discovery) in tcp_respond()
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h875 #define V_path_mtu_discovery VNET(path_mtu_discovery) macro
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c468 ip->ip_off = htons(V_path_mtu_discovery ? IP_DF : 0);
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c13735 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()
H A Dbbr.c13757 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()
/f-stack/freebsd/netpfil/pf/
H A Dpf.c2577 h->ip_off = htons(V_path_mtu_discovery ? IP_DF : 0); in pf_send_tcp()