Searched refs:lltable (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13-stable/sys/net/ |
| HD | if_llatbl.h | 64 struct lltable *lle_tbl; 143 typedef struct llentry *(llt_lookup_t)(struct lltable *, u_int flags, 145 typedef struct llentry *(llt_alloc_t)(struct lltable *, u_int flags, 147 typedef void (llt_delete_t)(struct lltable *, struct llentry *); 148 typedef void (llt_prefix_free_t)(struct lltable *, 150 typedef int (llt_dump_entry_t)(struct lltable *, struct llentry *, 155 typedef void (llt_free_entry_t)(struct lltable *, struct llentry *); 157 typedef void (llt_free_tbl_t)(struct lltable *); 158 typedef int (llt_link_entry_t)(struct lltable *, struct llentry *); 162 typedef int (llt_foreach_cb_t)(struct lltable *, struct llentry *, void *); [all …]
|
| HD | if_llatbl.c | 68 VNET_DEFINE_STATIC(SLIST_HEAD(, lltable), lltables) = 80 static void lltable_unlink(struct lltable *llt); 81 static void llentries_unlink(struct lltable *llt, struct llentries *head); 87 lltable_dump_af(struct lltable *llt, struct sysctl_req *wr) in lltable_dump_af() 112 struct lltable *llt; in lltable_sysctl_dumparp() 173 htable_foreach_lle(struct lltable *llt, llt_foreach_cb_t *f, void *farg) in htable_foreach_lle() 200 htable_link_entry(struct lltable *llt, struct llentry *lle) in htable_link_entry() 229 struct lltable *llt; in htable_unlink_entry() 258 htable_prefix_free_cb(struct lltable *llt, struct llentry *lle, void *farg) in htable_prefix_free_cb() 273 htable_prefix_free(struct lltable *llt, const struct sockaddr *addr, in htable_prefix_free() [all …]
|
| /freebsd-13-stable/sys/netlink/route/ |
| HD | neigh.c | 207 dump_lle(struct lltable *llt, struct llentry *lle, void *arg) in dump_lle() 218 dump_llt(struct lltable *llt, struct netlink_walkargs *wa) in dump_llt() 233 struct lltable *llt = lltable_get(ifp, fam); in dump_llts_iface() 275 struct lltable *llt = lltable_get(ifp, family); in get_lle() 387 struct lltable *llt = lltable_get(attrs.nda_ifp, attrs.ndm_family); in rtnl_handle_newneigh() 473 struct lltable *llt = lltable_get(attrs.nda_ifp, attrs.ndm_family); in rtnl_handle_delneigh()
|
| /freebsd-13-stable/sys/netinet/ |
| HD | in.c | 1386 in_lltable_free_entry(struct lltable *llt, struct llentry *lle) in in_lltable_free_entry() 1490 in_lltable_find_dst(struct lltable *llt, struct in_addr dst) in in_lltable_find_dst() 1509 in_lltable_delete_entry(struct lltable *llt, struct llentry *lle) in in_lltable_delete_entry() 1521 in_lltable_alloc(struct lltable *llt, u_int flags, const struct sockaddr *l3addr) in in_lltable_alloc() 1571 in_lltable_lookup(struct lltable *llt, u_int flags, const struct sockaddr *l3addr) in in_lltable_lookup() 1609 in_lltable_dump_entry(struct lltable *llt, struct llentry *lle, in in_lltable_dump_entry() 1672 static struct lltable * 1675 struct lltable *llt; in in_lltattach() 1695 struct lltable * 1698 struct lltable *llt = NULL; in in_lltable_get()
|
| HD | in_var.h | 56 struct lltable; 63 struct lltable *ii_llt; /* ARP state */
|
| /freebsd-13-stable/sys/netinet6/ |
| HD | in6.c | 2171 in6_lltable_free_entry(struct lltable *llt, struct llentry *lle) in in6_lltable_free_entry() 2252 in6_lltable_find_dst(struct lltable *llt, const struct in6_addr *dst) in in6_lltable_find_dst() 2271 in6_lltable_delete_entry(struct lltable *llt, struct llentry *lle) in in6_lltable_delete_entry() 2283 in6_lltable_alloc(struct lltable *llt, u_int flags, in in6_lltable_alloc() 2330 in6_lltable_lookup(struct lltable *llt, u_int flags, in in6_lltable_lookup() 2375 in6_lltable_dump_entry(struct lltable *llt, struct llentry *lle, in in6_lltable_dump_entry() 2450 static struct lltable * 2453 struct lltable *llt; in in6_lltattach() 2473 struct lltable * 2476 struct lltable *llt = NULL; in in6_lltable_get() [all …]
|
| HD | in6_var.h | 100 struct lltable; 109 struct lltable *lltable; member 113 #define LLTABLE6(ifp) (((struct in6_ifextra *)(ifp)->if_afdata[AF_INET6])->lltable)
|