Home
last modified time | relevance | path

Searched refs:V_tcp_udp_tunneling_overhead (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_var.h1357 #define V_tcp_udp_tunneling_overhead VNET(tcp_udp_tunneling_overhead) macro
H A Dtcp_output.c800 to.to_mss -= V_tcp_udp_tunneling_overhead; in tcp_default_output()
H A Dtcp_syncache.c1823 mssopt -= V_tcp_udp_tunneling_overhead; in syncache_respond()
H A Dtcp_subr.c910 new = V_tcp_udp_tunneling_overhead; in sysctl_net_inet_tcp_udp_tunneling_overhead_check()
917 V_tcp_udp_tunneling_overhead = new; in sysctl_net_inet_tcp_udp_tunneling_overhead_check()
H A Dtcp_input.c3762 min_protoh += V_tcp_udp_tunneling_overhead; in tcp_mss_update()
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c12851 to.to_mss -= V_tcp_udp_tunneling_overhead; in bbr_output_wtime()
H A Drack.c21211 to.to_mss -= V_tcp_udp_tunneling_overhead; in rack_output()