Home
last modified time | relevance | path

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

/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp_input.c3218 uint64_t thcmtu = 0; in tcp_mssopt() local
3227 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()