Home
last modified time | relevance | path

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

/freebsd-head/sys/netinet/
HDtcp_input.c3793 size_t min_protoh = isipv6 ? in tcp_mss_update() local
3797 size_t min_protoh = sizeof(struct tcpiphdr); in tcp_mss_update() local
3803 min_protoh += V_tcp_udp_tunneling_overhead; in tcp_mss_update()
3806 offer = mtuoffer - min_protoh; in tcp_mss_update()
3874 mss = min(metricptr->hc_mtu, maxmtu) - min_protoh; in tcp_mss_update()
3878 mss = maxmtu - min_protoh; in tcp_mss_update()
3889 mss = maxmtu - min_protoh; in tcp_mss_update()
4034 size_t min_protoh; in tcp_mssopt() local
4042 min_protoh = sizeof(struct ip6_hdr) + sizeof(struct tcphdr); in tcp_mssopt()
4052 min_protoh = sizeof(struct tcpiphdr); in tcp_mssopt()
[all …]