Searched refs:dest_mtu (Results 1 – 1 of 1) sorted by relevance
4454 uint16_t dest_mtu; in net_tcp_get_supported_mss() local4456 dest_mtu = get_ipv4_destination_mtu(iface, &conn->dst.sin.sin_addr); in net_tcp_get_supported_mss()4459 return dest_mtu - NET_IPV4TCPH_LEN; in net_tcp_get_supported_mss()4463 uint16_t dest_mtu; in net_tcp_get_supported_mss() local4465 dest_mtu = get_ipv6_destination_mtu(iface, &conn->dst.sin6.sin6_addr); in net_tcp_get_supported_mss()4468 return dest_mtu - NET_IPV6TCPH_LEN; in net_tcp_get_supported_mss()