Searched refs:netif_mtu6 (Results 1 – 3 of 3) sorted by relevance
541 #define netif_mtu6(netif) ((netif)->mtu6) macro543 #define netif_mtu6(netif) ((netif)->mtu) macro
1987 destination_cache[nd6_cached_destination_index].pmtu = netif_mtu6(netif); in nd6_get_next_hop_entry()2003 …destination_cache[nd6_cached_destination_index].pmtu = netif_mtu6(netif); /* Start with netif mtu,… in nd6_get_next_hop_entry()2312 return netif_mtu6(netif); in nd6_get_destination_mtu()
1263 if (netif_mtu6(netif) && (p->tot_len > nd6_get_destination_mtu(dest, netif))) {