HomeSort by: relevance | last modified time | path
    Searched refs:lltable (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/net/
if_llatbl.h 79 struct lltable *lle_tbl;
193 typedef struct llentry *(llt_lookup_t)(struct lltable *, u_int flags,
195 typedef struct llentry *(llt_create_t)(struct lltable *, u_int flags,
197 typedef int (llt_delete_t)(struct lltable *, u_int flags,
199 typedef void (llt_prefix_free_t)(struct lltable *,
201 typedef int (llt_dump_entry_t)(struct lltable *, struct llentry *,
206 typedef void (llt_free_entry_t)(struct lltable *, struct llentry *);
208 typedef void (llt_free_tbl_t)(struct lltable *);
209 typedef void (llt_link_entry_t)(struct lltable *, struct llentry *);
212 typedef int (llt_foreach_cb_t)(struct lltable *, struct llentry *, void *)
215 struct lltable { struct
    [all...]
if_llatbl.c 68 static SLIST_HEAD(, lltable) lltables;
72 static void lltable_unlink(struct lltable *llt);
73 static void llentries_unlink(struct lltable *llt, struct llentries *head);
76 static void htable_link_entry(struct lltable *llt, struct llentry *lle);
77 static int htable_foreach_lle(struct lltable *llt, llt_foreach_cb_t *f,
81 lltable_dump_entry(struct lltable *llt, struct llentry *lle,
140 lltable_dump_af(struct lltable *llt, struct rt_walkarg *w)
164 struct lltable *llt;
190 htable_foreach_lle(struct lltable *llt, llt_foreach_cb_t *f, void *farg)
209 htable_link_entry(struct lltable *llt, struct llentry *lle
    [all...]
  /src/sys/netinet6/
in6_var.h 92 struct lltable;
99 struct lltable *lltable; member in struct:in6_ifextra
610 #define LLTABLE6(ifp) (((struct in6_ifextra *)(ifp)->if_afdata[AF_INET6])->lltable)
in6.c 2430 in6_lltable_free_entry(struct lltable *llt, struct llentry *lle)
2493 in6_lltable_find_dst(struct lltable *llt, const struct in6_addr *dst)
2512 in6_lltable_delete(struct lltable *llt, u_int flags,
2549 in6_lltable_create(struct lltable *llt, u_int flags,
2594 in6_lltable_lookup(struct lltable *llt, u_int flags,
2617 in6_lltable_dump_entry(struct lltable *llt, struct llentry *lle,
2633 static struct lltable *
2636 struct lltable *llt;
2670 ext->lltable = in6_lltattach(ifp);
2680 lltable_free(ext->lltable);
    [all...]
nd6.c 551 if (ext->lltable != NULL)
552 lltable_purge_entries(ext->lltable);
792 nd6_purge_entry(struct lltable *llt, struct llentry *ln, void *farg)
820 nd6_gc_neighbors(struct lltable *llt, const struct in6_addr *in6)
  /src/sys/netinet/
in.c 1628 lltable_purge_entries(LLTABLE(ifp));
2069 in_lltable_free_entry(struct lltable *llt, struct llentry *lle)
2172 in_lltable_find_dst(struct lltable *llt, struct in_addr dst)
2191 in_lltable_delete(struct lltable *llt, u_int flags,
2228 in_lltable_create(struct lltable *llt, u_int flags, const struct sockaddr *l3addr,
2279 in_lltable_lookup(struct lltable *llt, u_int flags, const struct sockaddr *l3addr)
2302 in_lltable_dump_entry(struct lltable *llt, struct llentry *lle,
2437 static struct lltable *
2440 struct lltable *llt;
in_var.h 354 struct lltable *ii_llt; /* ARP state */
495 #define LLTABLE(ifp) \

Completed in 19 milliseconds