Searched refs:thcmtu (Results 1 – 1 of 1) sorted by relevance
3886 uint32_t thcmtu = 0; in tcp_mssopt() local3910 thcmtu = tcp_hc_getmtu(inc); /* IPv4 and IPv6 */ in tcp_mssopt()3913 if (maxmtu && thcmtu) in tcp_mssopt()3914 mss = min(maxmtu, thcmtu) - min_protoh; in tcp_mssopt()3915 else if (maxmtu || thcmtu) in tcp_mssopt()3916 mss = max(maxmtu, thcmtu) - min_protoh; in tcp_mssopt()