Searched refs:netif_mtu6 (Results 1 – 3 of 3) sorted by relevance
539 #define netif_mtu6(netif) ((netif)->mtu6) macro541 #define netif_mtu6(netif) ((netif)->mtu) macro
1993 destination_cache[nd6_cached_destination_index].pmtu = netif_mtu6(netif); in nd6_get_next_hop_entry()2009 …destination_cache[nd6_cached_destination_index].pmtu = netif_mtu6(netif); /* Start with netif mtu,… in nd6_get_next_hop_entry()2318 return netif_mtu6(netif); in nd6_get_destination_mtu()
1263 if (netif_mtu6(netif) && (p->tot_len > nd6_get_destination_mtu(dest, netif))) {
Completed in 18 milliseconds