Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_input.c4038 uint32_t thcmtu = 0; in tcp_mssopt() local
4062 thcmtu = tcp_hc_getmtu(inc); /* IPv4 and IPv6 */ in tcp_mssopt()
4065 if (maxmtu && thcmtu) in tcp_mssopt()
4066 mss = min(maxmtu, thcmtu) - min_protoh; in tcp_mssopt()
4067 else if (maxmtu || thcmtu) in tcp_mssopt()
4068 mss = max(maxmtu, thcmtu) - min_protoh; in tcp_mssopt()