Home
last modified time | relevance | path

Searched refs:lltable (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/sys/net/
H A Dif_llatbl.h64 struct lltable *lle_tbl;
143 typedef void (llt_prefix_free_t)(struct lltable *,
152 typedef void (llt_free_tbl_t)(struct lltable *);
160 struct lltable { struct
161 SLIST_ENTRY(lltable) llt_link;
208 struct lltable *lltable_allocate_htbl(uint32_t hsize);
209 void lltable_free(struct lltable *);
210 void lltable_link(struct lltable *llt);
231 void lltable_update_ifaddr(struct lltable *llt);
235 int lltable_delete_addr(struct lltable *llt, u_int flags,
[all …]
H A Dif_llatbl.c115 struct lltable *llt; in lltable_sysctl_dumparp()
241 htable_free_tbl(struct lltable *llt) in htable_free_tbl()
511 lltable_free(struct lltable *llt) in lltable_free()
538 struct lltable *llt;
600 struct lltable *llt; in lltable_prefix_free()
612 struct lltable *
615 struct lltable *llt; in lltable_allocate_htbl()
640 lltable_link(struct lltable *llt) in lltable_link()
701 struct lltable *llt; in lltable_fill_sa_entry()
731 struct lltable *llt; in lla_rt_output()
[all …]
/freebsd-12.1/sys/netinet/
H A Din.c1155 in_lltable_free_entry(struct lltable *llt, struct llentry *lle) in in_lltable_free_entry()
1287 in_lltable_find_dst(struct lltable *llt, struct in_addr dst) in in_lltable_find_dst()
1306 in_lltable_delete_entry(struct lltable *llt, struct llentry *lle) in in_lltable_delete_entry()
1318 in_lltable_alloc(struct lltable *llt, u_int flags, const struct sockaddr *l3addr) in in_lltable_alloc()
1368 in_lltable_lookup(struct lltable *llt, u_int flags, const struct sockaddr *l3addr) in in_lltable_lookup()
1406 in_lltable_dump_entry(struct lltable *llt, struct llentry *lle, in in_lltable_dump_entry()
1469 static struct lltable *
1472 struct lltable *llt; in in_lltattach()
H A Din_var.h57 struct lltable;
64 struct lltable *ii_llt; /* ARP state */
/freebsd-12.1/sys/netinet6/
H A Din6.c2115 in6_lltable_free_entry(struct lltable *llt, struct llentry *lle) in in6_lltable_free_entry()
2219 in6_lltable_find_dst(struct lltable *llt, const struct in6_addr *dst) in in6_lltable_find_dst()
2238 in6_lltable_delete_entry(struct lltable *llt, struct llentry *lle) in in6_lltable_delete_entry()
2250 in6_lltable_alloc(struct lltable *llt, u_int flags, in in6_lltable_alloc()
2297 in6_lltable_lookup(struct lltable *llt, u_int flags, in in6_lltable_lookup()
2336 in6_lltable_dump_entry(struct lltable *llt, struct llentry *lle, in in6_lltable_dump_entry()
2412 static struct lltable *
2415 struct lltable *llt; in in6_lltattach()
2463 ext->lltable = in6_lltattach(ifp); in in6_domifattach()
2487 lltable_free(ext->lltable); in in6_domifdetach()
H A Din6_var.h101 struct lltable;
110 struct lltable *lltable; member
114 #define LLTABLE6(ifp) (((struct in6_ifextra *)(ifp)->if_afdata[AF_INET6])->lltable)