Searched refs:thcmtu (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/netinet/
H A Dtcp_input.c3916 uint32_t thcmtu = 0; local
3940 thcmtu = tcp_hc_getmtu(inc); /* IPv4 and IPv6 */
3943 if (maxmtu && thcmtu)
3944 mss = min(maxmtu, thcmtu) - min_protoh;
3945 else if (maxmtu || thcmtu)
3946 mss = max(maxmtu, thcmtu) - min_protoh;

Completed in 64 milliseconds