Lines Matching refs:lltable
69 VNET_DEFINE_STATIC(SLIST_HEAD(, lltable), lltables) =
81 static void lltable_unlink(struct lltable *llt);
82 static void llentries_unlink(struct lltable *llt, struct llentries *head);
88 lltable_dump_af(struct lltable *llt, struct sysctl_req *wr) in lltable_dump_af()
113 struct lltable *llt; in lltable_sysctl_dumparp()
174 htable_foreach_lle(struct lltable *llt, llt_foreach_cb_t *f, void *farg) in htable_foreach_lle()
201 htable_link_entry(struct lltable *llt, struct llentry *lle) in htable_link_entry()
230 struct lltable *llt; in htable_unlink_entry()
259 htable_prefix_free_cb(struct lltable *llt, struct llentry *lle, void *farg) in htable_prefix_free_cb()
274 htable_prefix_free(struct lltable *llt, const struct sockaddr *addr, in htable_prefix_free()
298 htable_free_tbl(struct lltable *llt) in htable_free_tbl()
306 llentries_unlink(struct lltable *llt, struct llentries *head) in llentries_unlink()
512 struct lltable *tbl = lle->lle_tbl; in llentry_print_buf_lltable()
593 llentry_update_ifaddr(struct lltable *llt, struct llentry *lle, void *farg) in llentry_update_ifaddr()
627 lltable_update_ifaddr(struct lltable *llt) in lltable_update_ifaddr()
673 lltable_free_cb(struct lltable *llt, struct llentry *lle, void *farg) in lltable_free_cb()
689 lltable_free(struct lltable *llt) in lltable_free()
721 lltable_delete_addr(struct lltable *llt, u_int flags, in lltable_delete_addr()
753 struct lltable *llt; in lltable_prefix_free()
775 lltable_delete_conditional_cb(struct lltable *llt, struct llentry *lle, in lltable_delete_conditional_cb()
790 lltable_delete_conditional(struct lltable *llt, llt_match_cb_t *func, in lltable_delete_conditional()
810 struct lltable *
813 struct lltable *llt; in lltable_allocate_htbl()
816 llt = malloc(sizeof(struct lltable), M_LLTABLE, M_WAITOK | M_ZERO); in lltable_allocate_htbl()
838 lltable_link(struct lltable *llt) in lltable_link()
847 lltable_unlink(struct lltable *llt) in lltable_unlink()
851 SLIST_REMOVE(&V_lltables, llt, lltable, llt_link); in lltable_unlink()
859 struct lltable *
881 lltable_foreach_lle(struct lltable *llt, llt_foreach_cb_t *f, void *farg) in lltable_foreach_lle()
888 lltable_alloc_entry(struct lltable *llt, u_int flags, in lltable_alloc_entry()
896 lltable_free_entry(struct lltable *llt, struct llentry *lle) in lltable_free_entry()
903 lltable_link_entry(struct lltable *llt, struct llentry *lle) in lltable_link_entry()
933 lltable_unlink_entry(struct lltable *llt, struct llentry *lle) in lltable_unlink_entry()
942 struct lltable *llt; in lltable_fill_sa_entry()
949 lltable_get_ifp(const struct lltable *llt) in lltable_get_ifp()
956 lltable_get_af(const struct lltable *llt) in lltable_get_af()
972 struct lltable *llt; in lla_rt_output()
1142 llatbl_llt_show(struct lltable *llt) in llatbl_llt_show()
1159 DB_SHOW_COMMAND(lltable, db_show_lltable) in DB_SHOW_COMMAND() argument
1167 llatbl_llt_show((struct lltable *)addr); in DB_SHOW_COMMAND()
1173 struct lltable *llt; in DB_SHOW_ALL_COMMAND()