Home
last modified time | relevance | path

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

/freebsd-13.1/sys/net/
H A Dif_llatbl.h66 struct lltable *lle_tbl;
150 typedef void (llt_prefix_free_t)(struct lltable *,
159 typedef void (llt_free_tbl_t)(struct lltable *);
167 struct lltable { struct
168 SLIST_ENTRY(lltable) llt_link;
219 void lltable_free(struct lltable *);
220 void lltable_link(struct lltable *llt);
225 struct lltable *in_lltable_get(struct ifnet *ifp);
226 struct lltable *in6_lltable_get(struct ifnet *ifp);
240 void lltable_update_ifaddr(struct lltable *llt);
[all …]
H A Dif_llatbl.c114 struct lltable *llt; in lltable_sysctl_dumparp()
196 struct lltable *llt; in htable_unlink_entry()
657 lltable_free(struct lltable *llt) in lltable_free()
721 struct lltable *llt; in lltable_prefix_free()
733 struct lltable *
736 struct lltable *llt; in lltable_allocate_htbl()
761 lltable_link(struct lltable *llt) in lltable_link()
782 struct lltable *
861 struct lltable *llt; in lltable_fill_sa_entry()
891 struct lltable *llt; in lla_rt_output()
[all …]
/freebsd-13.1/sys/netinet/
H A Din.c1389 in_lltable_free_entry(struct lltable *llt, struct llentry *lle) in in_lltable_free_entry()
1493 in_lltable_find_dst(struct lltable *llt, struct in_addr dst) in in_lltable_find_dst()
1512 in_lltable_delete_entry(struct lltable *llt, struct llentry *lle) in in_lltable_delete_entry()
1524 in_lltable_alloc(struct lltable *llt, u_int flags, const struct sockaddr *l3addr) in in_lltable_alloc()
1574 in_lltable_lookup(struct lltable *llt, u_int flags, const struct sockaddr *l3addr) in in_lltable_lookup()
1612 in_lltable_dump_entry(struct lltable *llt, struct llentry *lle, in in_lltable_dump_entry()
1675 static struct lltable *
1678 struct lltable *llt; in in_lltattach()
1698 struct lltable *
1701 struct lltable *llt = NULL; in in_lltable_get()
H A Din_var.h57 struct lltable;
64 struct lltable *ii_llt; /* ARP state */
/freebsd-13.1/sys/netinet6/
H A Din6.c2163 in6_lltable_free_entry(struct lltable *llt, struct llentry *lle) in in6_lltable_free_entry()
2275 in6_lltable_alloc(struct lltable *llt, u_int flags, in in6_lltable_alloc()
2322 in6_lltable_lookup(struct lltable *llt, u_int flags, in in6_lltable_lookup()
2367 in6_lltable_dump_entry(struct lltable *llt, struct llentry *lle, in in6_lltable_dump_entry()
2442 static struct lltable *
2445 struct lltable *llt; in in6_lltattach()
2465 struct lltable *
2468 struct lltable *llt = NULL; in in6_lltable_get()
2472 llt = ((struct in6_ifextra *)afdata_ptr)->lltable; in in6_lltable_get()
2504 ext->lltable = in6_lltattach(ifp); in in6_domifattach()
[all …]
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)