Searched refs:netif_mtu6 (Results 1 – 3 of 3) sorted by relevance
574 #define netif_mtu6(netif) ((netif)->mtu6) macro576 #define netif_mtu6(netif) ((netif)->mtu) macro
2095 destination_cache[nd6_cached_destination_index].pmtu = netif_mtu6(netif);2111 …destination_cache[nd6_cached_destination_index].pmtu = netif_mtu6(netif); /* Start with netif mtu,…2420 return netif_mtu6(netif);
1323 if (netif_mtu6(netif) && (p->tot_len > nd6_get_destination_mtu(dest, netif))) {