Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Dnd6.c231 lltable_update_ifaddr(LLTABLE6(ifp)); in nd6_iflladdr()
1222 ln = lla_lookup(LLTABLE6(ifp), flags, (struct sockaddr *)&sin6); in nd6_lookup()
1238 ln = lltable_alloc_entry(LLTABLE6(ifp), 0, (struct sockaddr *)&sin6); in nd6_alloc()
2007 lltable_free_entry(LLTABLE6(ifp), ln); in nd6_cache_lladdr()
2019 lltable_link_entry(LLTABLE6(ifp), ln); in nd6_cache_lladdr()
2030 lltable_free_entry(LLTABLE6(ifp), ln); in nd6_cache_lladdr()
2323 lltable_free_entry(LLTABLE6(ifp), lle); in nd6_get_llentry()
2345 lltable_link_entry(LLTABLE6(ifp), lle); in nd6_get_llentry()
2347 lltable_free_entry(LLTABLE6(ifp), lle); in nd6_get_llentry()
2359 lltable_free_entry(LLTABLE6(ifp), child_lle); in nd6_get_llentry()
[all …]
H A Din6_var.h111 #define LLTABLE6(ifp) (((struct in6_ifextra *)(ifp)->if_afdata[AF_INET6])->lltable) macro
H A Din6.c2755 llt = LLTABLE6(ifp); in in6_purge_proxy_ndp()