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

  /src/sys/net/
if_llatbl.h 51 struct llentry;
52 LIST_HEAD(llentries, llentry);
62 * Code referencing llentry must at least hold
65 struct llentry { struct
66 LIST_ENTRY(llentry) lle_next;
81 void (*lle_free)(struct llentry *);
82 void (*lle_ll_free)(struct llentry *);
95 LIST_ENTRY(llentry) lle_chain; /* chain of deleted items */
193 typedef struct llentry *(llt_lookup_t)(struct lltable *, u_int flags,
195 typedef struct llentry *(llt_create_t)(struct lltable *, u_int flags
    [all...]
nd.h 85 union l3addr *(*nd_holdsrc)(struct llentry *, union l3addr *);
90 void (*nd_free)(struct llentry *, int);
93 int nd_resolve(struct llentry *, const struct rtentry *, struct mbuf *,
95 void nd_set_timer(struct llentry *, int);
96 void nd_nud_hint(struct llentry *);
if_llatbl.c 75 static void htable_unlink_entry(struct llentry *lle);
76 static void htable_link_entry(struct lltable *llt, struct llentry *lle);
81 lltable_dump_entry(struct lltable *llt, struct llentry *lle,
192 struct llentry *lle, *next;
209 htable_link_entry(struct lltable *llt, struct llentry *lle)
231 htable_unlink_entry(struct llentry *lle)
256 htable_prefix_free_cb(struct lltable *llt, struct llentry *lle, void *farg)
274 struct llentry *lle, *next;
305 struct llentry *lle, *next;
317 lltable_drop_entry_queue(struct llentry *lle
    [all...]
nd.c 46 static void nd_set_timertick(struct llentry *, time_t);
52 struct llentry *ln = arg;
218 nd_set_timertick(struct llentry *ln, time_t xtick)
251 nd_set_timer(struct llentry *ln, int type)
311 nd_resolve(struct llentry *ln, const struct rtentry *rt, struct mbuf *m,
434 nd_nud_hint(struct llentry *ln)
route.h 556 struct llentry;
rtsock_shared.c 557 struct llentry *la;
  /src/sys/netinet6/
nd6.h 170 struct llentry *nd6_lookup(const struct in6_addr *, const struct ifnet *, bool);
171 struct llentry *nd6_create(const struct in6_addr *, const struct ifnet *);
182 void nd6_llinfo_release_pkts(struct llentry *, struct ifnet *);
nd6.c 105 static void nd6_free(struct llentry *, int);
109 static union l3addr *nd6_llinfo_holdsrc(struct llentry *, union l3addr *);
352 nd6_llinfo_get_holdsrc(struct llentry *ln, struct in6_addr *src)
373 nd6_llinfo_holdsrc(struct llentry *ln, union l3addr *src)
556 struct llentry *
560 struct llentry *ln;
572 struct llentry *
576 struct llentry *ln;
652 struct llentry *ln;
721 nd6_free(struct llentry *ln, int gc
    [all...]
in6.c 2386 in6_lltable_destroy_lle(struct llentry *lle)
2396 static struct llentry *
2399 struct llentry *lle;
2416 const struct sockaddr *mask, u_int flags, struct llentry *lle)
2430 in6_lltable_free_entry(struct lltable *llt, struct llentry *lle)
2474 in6_lltable_hash(const struct llentry *lle, uint32_t hsize)
2481 in6_lltable_fill_sa_entry(const struct llentry *lle, struct sockaddr *sa)
2492 static inline struct llentry *
2495 struct llentry *lle;
2516 struct llentry *lle
    [all...]
nd6_nbr.c 626 struct llentry *ln = NULL;
icmp6.c 2604 struct llentry *ln = NULL;
  /src/sys/netinet/
if_inarp.h 81 struct llentry *arplookup(struct ifnet *,
if_arp.c 144 static union l3addr *arp_llinfo_holdsrc(struct llentry *, union l3addr *);
149 static void arp_free(struct llentry *, int);
186 static struct llentry *arpcreate(struct ifnet *,
606 struct llentry *la;
661 "%s: failed to %s llentry for %s on %s\n",
779 struct llentry *la = NULL;
1140 struct llentry *lle = NULL;
1227 struct llentry *
1232 struct llentry *la;
1248 static struct llentry *
    [all...]
in.c 431 struct llentry *ln;
2016 in_lltable_destroy_lle(struct llentry *lle)
2026 static struct llentry *
2029 struct llentry *lle;
2049 const struct sockaddr *mask, u_int flags, struct llentry *lle)
2069 in_lltable_free_entry(struct lltable *llt, struct llentry *lle)
2153 in_lltable_hash(const struct llentry *lle, uint32_t hsize)
2160 in_lltable_fill_sa_entry(const struct llentry *lle, struct sockaddr *sa)
2171 static inline struct llentry *
2174 struct llentry *lle
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/dragonflybsd/netinet/
in_.d 370 llentry* ro_lle;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/freebsd/netinet/
in_.d 382 llentry* ro_lle;

Completed in 30 milliseconds