| /freebsd-9-stable/sys/net/ |
| D | if_llatbl.h | 43 struct llentry; 44 LIST_HEAD(llentries, llentry); 57 struct llentry { struct 58 LIST_ENTRY(llentry) lle_next; 62 void (*lle_free)(struct lltable *, struct llentry *); argument 161 struct llentry * (*llt_lookup)(struct lltable *, u_int flags, 194 size_t llentry_free(struct llentry *); 195 struct llentry *llentry_alloc(struct ifnet *, struct lltable *, 201 static __inline struct llentry * 216 typedef void (*lle_event_fn)(void *, struct llentry *, int);
|
| D | if_llatbl.c | 107 llentry_free(struct llentry *lle) in llentry_free() 141 struct llentry * 145 struct llentry *la; in llentry_alloc() 172 struct llentry *lle, *next; in lltable_free() 200 struct llentry *lle; 275 struct llentry *lle; in lla_rt_output() 408 struct llentry base; 415 struct llentry *lle; in llatbl_lle_show() 471 DB_SHOW_COMMAND(llentry, db_show_llentry) in DB_SHOW_COMMAND() argument 486 struct llentry *lle; in llatbl_llt_show()
|
| D | flowtable.c | 112 volatile struct llentry *f_lle; /* llentry for flow */ 621 ro->ro_lle = __DEVOLATILE(struct llentry *, fle->f_lle); in flow_to_route() 829 ro->ro_lle = __DEVOLATILE(struct llentry *, fle->f_lle); in flow_to_route_in6() 1122 struct llentry *lle; in flowtable_lookup() 1188 lle = __DEVOLATILE(struct llentry *, fle->f_lle); in flowtable_lookup() 1235 struct llentry *lle = NULL; in flowtable_lookup() 1390 struct llentry *lle; in fle_free() 1393 lle = __DEVOLATILE(struct llentry *, fle->f_lle); in fle_free()
|
| D | route.h | 51 struct llentry *ro_lle;
|
| D | if_fddisubr.c | 124 struct llentry *lle;
|
| D | if_fwsubr.c | 92 struct llentry *lle; in firewire_output()
|
| D | if_arcsubr.c | 113 struct llentry *lle; in arc_output()
|
| D | if_iso88025subr.c | 248 struct llentry *lle;
|
| D | if_ethersubr.c | 165 struct llentry *lle = NULL; in ether_output()
|
| /freebsd-9-stable/sys/netinet6/ |
| D | nd6.h | 44 struct llentry; 398 struct llentry *nd6_lookup(struct in6_addr *, int, struct ifnet *); 400 void nd6_llinfo_settimer(struct llentry *, long); 401 void nd6_llinfo_settimer_locked(struct llentry *, long); 409 struct llentry *nd6_cache_lladdr(struct ifnet *, struct in6_addr *, 414 struct sockaddr_in6 *, struct rtentry *, struct llentry *, 420 struct sockaddr *, u_char *, struct llentry **); 428 const struct in6_addr *, struct llentry *, int);
|
| D | nd6.c | 132 static struct llentry *nd6_free(struct llentry *, int); 134 static void clear_llinfo_pqueue(struct llentry *); 428 nd6_llinfo_settimer_locked(struct llentry *ln, long tick) in nd6_llinfo_settimer_locked() 456 nd6_llinfo_settimer(struct llentry *ln, long tick) in nd6_llinfo_settimer() 467 struct llentry *ln; in nd6_llinfo_timer() 473 ln = (struct llentry *)arg; in nd6_llinfo_timer() 849 struct llentry * 853 struct llentry *ln; in nd6_lookup() 985 struct llentry *lle; in nd6_is_addr_neighbor() 1011 static struct llentry * [all …]
|
| D | in6.c | 153 struct llentry *ln; in in6_ifaddloop() 2467 struct llentry base; 2478 in6_lltable_free(struct lltable *llt, struct llentry *lle) in in6_lltable_free() 2485 static struct llentry * 2510 struct llentry *lle, *next; in in6_lltable_prefix_free() 2574 static struct llentry * 2580 struct llentry *lle; in in6_lltable_lookup() 2655 struct llentry *lle; in in6_lltable_dump()
|
| D | in6.h | 378 struct llentry *ro_lle;
|
| D | nd6_nbr.c | 383 const struct in6_addr *taddr6, struct llentry *ln, int dad) in nd6_ns_output() 620 struct llentry *ln = NULL; in nd6_na_input()
|
| D | nd6_rtr.c | 637 struct llentry *ln = NULL; in defrouter_select() 1333 struct llentry *ln; in find_pfxlist_reachable_router()
|
| D | in6_src.c | 596 struct llentry *la; in selectroute()
|
| /freebsd-9-stable/sys/ofed/include/net/ |
| D | netevent.h | 43 struct llentry; 46 _handle_arp_update_event(void *arg, struct llentry *lle, int evt __unused) in _handle_arp_update_event()
|
| /freebsd-9-stable/sys/netinet/ |
| D | if_ether.h | 112 struct llentry; 117 struct llentry **lle);
|
| D | if_ether.c | 170 struct llentry *lle = (struct llentry *)arg; in arptimer() 293 struct sockaddr *dst, u_char *desten, struct llentry **lle) in arpresolve() 295 struct llentry *la = 0; in arpresolve() 521 struct llentry *la = NULL; in in_arpinput() 790 struct llentry *lle = NULL; in in_arpinput() 891 struct llentry *lle; in arp_ifinit()
|
| D | toecore.c | 386 toe_lle_event(void *arg __unused, struct llentry *lle, int evt) in toe_lle_event() 456 struct llentry *lle; in toe_nd6_resolve() 520 struct llentry *lle; in toe_l2_resolve()
|
| D | in.c | 1293 struct llentry base; 1304 in_lltable_free(struct lltable *llt, struct llentry *lle) in in_lltable_free() 1311 static struct llentry * 1344 struct llentry *lle, *next; in in_lltable_prefix_free() 1448 static struct llentry * 1453 struct llentry *lle; in in_lltable_lookup() 1534 struct llentry *lle; in in_lltable_dump()
|
| D | in_pcb.h | 216 struct llentry *inp_lle; /* cached L2 information */
|
| /freebsd-9-stable/lib/libstand/ |
| D | if_ether.h | 159 struct rtentry *, struct mbuf *, struct sockaddr *, u_char *, struct llentry **); 236 struct sockaddr *, u_char *, struct llentry **);
|
| /freebsd-9-stable/sys/contrib/rdma/ |
| D | rdma_addr.c | 170 struct llentry *lle; in addr_send_arp() 194 struct llentry *lle; in addr_resolve_remote()
|
| /freebsd-9-stable/sys/ofed/drivers/infiniband/core/ |
| D | addr.c | 351 struct llentry *lle; in addr_resolve()
|