Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_input.c3886 uint32_t thcmtu = 0; in tcp_mssopt() local
3910 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()