Searched refs:llentry (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-10.2-release/sys/ofed/include/net/
H A Dnetevent.h43 struct llentry;
46 _handle_arp_update_event(void *arg, struct llentry *lle, int evt __unused)
/freebsd-10.2-release/sys/net/
H A Dif_llatbl.h41 struct llentry;
42 LIST_HEAD(llentries, llentry);
52 * Code referencing llentry must at least hold
55 struct llentry { struct
56 LIST_ENTRY(llentry) lle_next;
60 void (*lle_free)(struct lltable *, struct llentry *);
157 struct llentry * (*llt_lookup)(struct lltable *, u_int flags,
189 size_t llentry_free(struct llentry *);
190 struct llentry *llentry_alloc(struct ifnet *, struct lltable *,
196 static __inline struct llentry *
[all...]
H A Dif_llatbl.c104 llentry_free(struct llentry *lle)
134 * (al)locate an llentry for address dst (equivalent to rtalloc for new-arp).
136 * If found the llentry * is returned referenced and unlocked.
138 struct llentry *
142 struct llentry *la;
169 struct llentry *lle, *next;
197 struct llentry *lle;
272 struct llentry *lle;
381 struct llentry base;
388 struct llentry *ll
[all...]
H A Droute.h47 * to a routing entry, and a reference to an llentry.
53 struct llentry *ro_lle;
H A Dflowtable.c111 struct llentry *f_lle; /* llentry for flow */
507 struct llentry *lle;
H A Dif_arcsubr.c113 struct llentry *lle;
H A Dif_fddisubr.c121 struct llentry *lle;
H A Dif_fwsubr.c92 struct llentry *lle;
H A Dif_iso88025subr.c245 struct llentry *lle;
H A Dif_ethersubr.c175 struct llentry *lle = NULL;
/freebsd-10.2-release/sys/netinet/
H A Dif_ether.h115 struct llentry;
119 const struct sockaddr *dst, u_char *desten, struct llentry **lle);
H A Dif_ether.c169 struct llentry *lle = (struct llentry *)arg;
323 const struct sockaddr *dst, u_char *desten, struct llentry **lle)
325 struct llentry *la = 0;
569 struct llentry *la = NULL;
832 struct llentry *lle = NULL;
934 struct llentry *lle;
H A Din.c1230 struct llentry base;
1241 in_lltable_free(struct lltable *llt, struct llentry *lle)
1248 static struct llentry *
1280 struct llentry *lle, *next;
1384 static struct llentry *
1389 struct llentry *lle;
1470 struct llentry *lle;
H A Dtoecore.c386 toe_lle_event(void *arg __unused, struct llentry *lle, int evt)
456 struct llentry *lle;
520 struct llentry *lle;
H A Din_pcb.h217 struct llentry *inp_lle; /* cached L2 information */
/freebsd-10.2-release/sys/netinet6/
H A Dnd6.h44 struct llentry;
410 struct llentry *nd6_lookup(struct in6_addr *, int, struct ifnet *);
412 void nd6_llinfo_settimer(struct llentry *, long);
413 void nd6_llinfo_settimer_locked(struct llentry *, long);
421 struct llentry *nd6_cache_lladdr(struct ifnet *, struct in6_addr *,
425 void nd6_grab_holdchain(struct llentry *, struct mbuf **,
431 const struct sockaddr *, u_char *, struct llentry **);
439 const struct in6_addr *, struct llentry *, uint8_t *);
H A Dnd6.c133 static struct llentry *nd6_free(struct llentry *, int);
135 static void clear_llinfo_pqueue(struct llentry *);
430 nd6_llinfo_settimer_locked(struct llentry *ln, long tick)
458 nd6_llinfo_settimer(struct llentry *ln, long tick)
469 struct llentry *ln;
475 ln = (struct llentry *)arg;
864 * Returns the llentry locked
866 struct llentry *
870 struct llentry *l
[all...]
H A Din6.c154 struct llentry *ln;
2491 struct llentry base;
2502 in6_lltable_free(struct lltable *llt, struct llentry *lle)
2509 static struct llentry *
2533 struct llentry *lle, *next;
2597 static struct llentry *
2603 struct llentry *lle;
2678 struct llentry *lle;
H A Dnd6_nbr.c99 const struct in6_addr *, struct llentry *, uint8_t *, u_int);
401 const struct in6_addr *taddr6, struct llentry *ln, uint8_t *nonce,
632 const struct in6_addr *taddr6, struct llentry *ln, uint8_t *nonce)
664 struct llentry *ln = NULL;
H A Din6.h378 struct llentry *ro_lle;
H A Dnd6_rtr.c633 struct llentry *ln = NULL;
1308 struct llentry *ln;
H A Din6_src.c604 struct llentry *la;
H A Dip6_input.c415 struct llentry *lle = NULL;
/freebsd-10.2-release/sys/ofed/drivers/infiniband/core/
H A Daddr.c351 struct llentry *lle;
/freebsd-10.2-release/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c1259 struct llentry *lle = NULL;

Completed in 131 milliseconds

12