Lines Matching refs:llentry

157 static void nd6_free(struct llentry **, int);
158 static void nd6_free_redirect(const struct llentry *);
160 static void nd6_llinfo_settimer_locked(struct llentry *, long);
162 const struct sockaddr_in6 *, u_char *, uint32_t *, struct llentry **);
172 nd6_lle_event(void *arg __unused, struct llentry *lle, int evt) in nd6_lle_event()
540 nd6_llinfo_settimer_locked(struct llentry *ln, long tick) in nd6_llinfo_settimer_locked()
579 nd6_llinfo_get_holdsrc(struct llentry *ln, struct in6_addr *src) in nd6_llinfo_get_holdsrc()
635 nd6_is_stale(struct llentry *lle, long *pdelay, int *do_switch) in nd6_is_stale()
699 nd6_llinfo_setstate(struct llentry *lle, int newstate) in nd6_llinfo_setstate()
750 struct llentry *ln; in nd6_llinfo_timer()
758 ln = (struct llentry *)arg; in nd6_llinfo_timer()
1205 struct llentry *
1209 struct llentry *ln; in nd6_lookup()
1223 static struct llentry *
1227 struct llentry *ln; in nd6_alloc()
1337 struct llentry *lle; in nd6_is_addr_neighbor()
1357 nd6_free_children(struct llentry *lle) in nd6_free_children()
1359 struct llentry *child_lle; in nd6_free_children()
1378 nd6_try_set_entry_addr_locked(struct ifnet *ifp, struct llentry *lle, char *lladdr) in nd6_try_set_entry_addr_locked()
1391 struct llentry *child_lle; in nd6_try_set_entry_addr_locked()
1408 nd6_try_set_entry_addr(struct ifnet *ifp, struct llentry *lle, char *lladdr) in nd6_try_set_entry_addr()
1430 nd6_free(struct llentry **lnp, int gc) in nd6_free()
1433 struct llentry *ln; in nd6_free()
1587 nd6_free_redirect(const struct llentry *ln) in nd6_free_redirect()
1830 struct llentry *ln; in nd6_ioctl()
1955 struct llentry *ln = NULL, *ln_tmp; in nd6_cache_lladdr()
2157 nd6_grab_holdchain(struct llentry *ln) in nd6_grab_holdchain()
2244 struct llentry **plle) in nd6_resolve()
2246 struct llentry *ln = NULL; in nd6_resolve()
2309 static __noinline struct llentry *
2312 struct llentry *child_lle = NULL; in nd6_get_llentry()
2313 struct llentry *lle, *lle_tmp; in nd6_get_llentry()
2380 struct llentry **plle) in nd6_resolve_slow()
2382 struct llentry *lle = NULL; in nd6_resolve_slow()
2471 struct llentry *lle_parent = lle->lle_parent; in nd6_resolve_slow()
2513 nd6_flush_holdchain(struct ifnet *ifp, struct llentry *lle, struct mbuf *chain) in nd6_flush_holdchain()
2544 nd6_flush_children_holdchain(struct ifnet *ifp, struct llentry *lle) in nd6_flush_children_holdchain()
2546 struct llentry *child_lle; in nd6_flush_children_holdchain()
2597 struct llentry *ln, *ln_tmp; in nd6_add_ifa_lle()