Searched refs:thcmtu (Results 1 – 1 of 1) sorted by relevance
3218 uint64_t thcmtu = 0; in tcp_mssopt() local3227 thcmtu = tcp_hc_getmtu(tp); /* IPv4 and IPv6 */ in tcp_mssopt()3229 if (maxmtu && thcmtu) in tcp_mssopt()3230 mss = min(maxmtu, thcmtu) - min_protoh; in tcp_mssopt()3231 else if (maxmtu || thcmtu) in tcp_mssopt()3232 mss = max(maxmtu, thcmtu) - min_protoh; in tcp_mssopt()