Searched refs:min_protoh (Results 1 – 1 of 1) sorted by relevance
3793 size_t min_protoh = isipv6 ? in tcp_mss_update() local3797 size_t min_protoh = sizeof(struct tcpiphdr); in tcp_mss_update() local3803 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() local4042 min_protoh = sizeof(struct ip6_hdr) + sizeof(struct tcphdr); in tcp_mssopt()4052 min_protoh = sizeof(struct tcpiphdr); in tcp_mssopt()[all …]