Lines Matching refs:llentry

134 lltable_append_entry_queue(struct llentry *lle, struct mbuf *m,  in lltable_append_entry_queue()
175 struct llentry *lle, *next; in htable_foreach_lle()
200 htable_link_entry(struct lltable *llt, struct llentry *lle) in htable_link_entry()
227 htable_unlink_entry(struct llentry *lle) in htable_unlink_entry()
258 htable_prefix_free_cb(struct lltable *llt, struct llentry *lle, void *farg) in htable_prefix_free_cb()
276 struct llentry *lle, *next; in htable_prefix_free()
307 struct llentry *lle, *next; in llentries_unlink()
319 lltable_drop_entry_queue(struct llentry *lle) in lltable_drop_entry_queue()
341 lltable_set_entry_addr(struct ifnet *ifp, struct llentry *lle, in lltable_set_entry_addr()
359 lltable_acquire_wlock(struct ifnet *ifp, struct llentry *lle) in lltable_acquire_wlock()
390 lltable_try_set_entry_addr(struct ifnet *ifp, struct llentry *lle, in lltable_try_set_entry_addr()
437 struct llentry *
438 llentry_lookup_family(struct llentry *lle, int family) in llentry_lookup_family()
440 struct llentry *child_lle; in llentry_lookup_family()
462 llentry_get_upper_family(const struct llentry *lle, int default_family) in llentry_get_upper_family()
474 llentry_print_buf(const struct llentry *lle, struct ifnet *ifp, int family, in llentry_print_buf()
509 llentry_print_buf_lltable(const struct llentry *lle, char *buf, size_t bufsize) in llentry_print_buf_lltable()
523 llentry_request_feedback(struct llentry *lle) in llentry_request_feedback()
525 struct llentry *child_lle; in llentry_request_feedback()
544 llentry_mark_used(struct llentry *lle) in llentry_mark_used()
558 llentry_get_hittime_raw(struct llentry *lle) in llentry_get_hittime_raw()
571 llentry_get_hittime(struct llentry *lle) in llentry_get_hittime()
574 struct llentry *child_lle; in llentry_get_hittime()
592 llentry_update_ifaddr(struct lltable *llt, struct llentry *lle, void *farg) in llentry_update_ifaddr()
649 llentry_free(struct llentry *lle) in llentry_free()
672 lltable_free_cb(struct lltable *llt, struct llentry *lle, void *farg) in lltable_free_cb()
690 struct llentry *lle, *next; in lltable_free()
723 struct llentry *lle; in lltable_delete_addr()
841 struct llentry *
850 lltable_free_entry(struct lltable *llt, struct llentry *lle) in lltable_free_entry()
857 lltable_link_entry(struct lltable *llt, struct llentry *lle) in lltable_link_entry()
864 lltable_link_child_entry(struct llentry *lle, struct llentry *child_lle) in lltable_link_child_entry()
873 lltable_unlink_child_entry(struct llentry *child_lle) in lltable_unlink_child_entry()
875 struct llentry *lle = child_lle->lle_parent; in lltable_unlink_child_entry()
879 CK_SLIST_REMOVE(&lle->lle_children, child_lle, llentry, lle_child_next); in lltable_unlink_child_entry()
883 lltable_unlink_entry(struct lltable *llt, struct llentry *lle) in lltable_unlink_entry()
890 lltable_fill_sa_entry(const struct llentry *lle, struct sockaddr *sa) in lltable_fill_sa_entry()
923 struct llentry *lle, *lle_tmp; in lla_rt_output()
1027 struct llentry base;
1034 struct llentry *lle; in llatbl_lle_show()
1089 DB_SHOW_COMMAND(llentry, db_show_llentry) in DB_SHOW_COMMAND() argument
1104 struct llentry *lle; in llatbl_llt_show()