| /f-stack/freebsd/net/ |
| H A D | if_llatbl.h | 45 struct llentry; 46 CK_LIST_HEAD(llentries, llentry); 53 struct llentry { struct 54 CK_LIST_ENTRY(llentry) lle_next; 67 void (*lle_free)(struct llentry *); argument 155 typedef int (llt_unlink_entry_t)(struct llentry *); 156 typedef void (llt_mark_used_t)(struct llentry *); 218 size_t llentry_free(struct llentry *); 221 size_t lltable_drop_entry_queue(struct llentry *); 246 static __inline struct llentry * [all …]
|
| H A D | if_llatbl.c | 141 struct llentry *lle, *next; in htable_foreach_lle() 242 struct llentry *lle, *next; in htable_prefix_free() 273 struct llentry *lle, *next; in llentries_unlink() 451 llentry_free(struct llentry *lle) in llentry_free() 492 struct llentry *lle, *next; in lltable_free() 525 struct llentry *lle; in lltable_delete_addr() 623 struct llentry * 686 struct llentry *lle, *lle_tmp; in lla_rt_output() 794 struct llentry base; 801 struct llentry *lle; in llatbl_lle_show() [all …]
|
| H A D | if_infiniband.c | 224 uint32_t *pflags, struct llentry **plle) in infiniband_resolve_addr() 297 struct llentry *lle = NULL; in infiniband_output()
|
| H A D | route.h | 54 struct llentry *ro_lle;
|
| H A D | if_ethersubr.c | 205 uint32_t *pflags, struct llentry **plle) in ether_resolve_addr() 293 struct llentry *lle = NULL; in ether_output()
|
| /f-stack/freebsd/netinet6/ |
| H A D | nd6.c | 741 struct llentry *ln; in nd6_llinfo_timer() 749 ln = (struct llentry *)arg; in nd6_llinfo_timer() 1195 struct llentry * 1199 struct llentry *ln; in nd6_lookup() 1213 static struct llentry * 1217 struct llentry *ln; in nd6_alloc() 1374 struct llentry *lle; in nd6_is_addr_neighbor() 1405 struct llentry *ln; in nd6_free() 1802 struct llentry *ln; in nd6_ioctl() 2216 struct llentry **plle) in nd6_resolve() [all …]
|
| H A D | nd6.h | 46 struct llentry; 367 struct llentry *nd6_lookup(const struct in6_addr *, int, struct ifnet *); 369 void nd6_llinfo_setstate(struct llentry *lle, int newstate); 375 const struct sockaddr *, u_char *, uint32_t *, struct llentry **); 379 void nd6_grab_holdchain(struct llentry *, struct mbuf **,
|
| H A D | in6.c | 2085 struct llentry base; 2098 struct llentry *lle; in in6_lltable_destroy_lle_unlocked() 2111 in6_lltable_destroy_lle(struct llentry *lle) in in6_lltable_destroy_lle() 2118 static struct llentry * 2228 in6_lltable_mark_used(struct llentry *lle) in in6_lltable_mark_used() 2269 static inline struct llentry * 2272 struct llentry *lle; in in6_lltable_find_dst() 2300 static struct llentry * 2306 struct llentry *lle; in in6_lltable_alloc() 2347 static struct llentry * [all …]
|
| H A D | in6.h | 381 struct llentry *ro_lle;
|
| H A D | nd6_rtr.c | 948 struct llentry *ln = NULL; in defrouter_select_fib() 1810 struct llentry *ln; in find_pfxlist_reachable_router()
|
| H A D | nd6_nbr.c | 620 struct llentry *ln; in nd6_na_input()
|
| H A D | icmp6.c | 2427 struct llentry *ln = NULL; in icmp6_redirect_output()
|
| /f-stack/freebsd/netinet/ |
| H A D | in.c | 1246 struct llentry base; 1259 struct llentry *lle; in in_lltable_destroy_lle_unlocked() 1272 in_lltable_mark_used(struct llentry *lle) in in_lltable_mark_used() 1285 in_lltable_destroy_lle(struct llentry *lle) in in_lltable_destroy_lle() 1292 static struct llentry * 1484 static inline struct llentry * 1487 struct llentry *lle; in in_lltable_find_dst() 1515 static struct llentry * 1520 struct llentry *lle; in in_lltable_alloc() 1565 static struct llentry * [all …]
|
| H A D | if_ether.h | 118 struct llentry; 122 struct llentry **plle);
|
| H A D | if_ether.c | 190 static void arp_mark_lle_reachable(struct llentry *la); 208 struct llentry *lle = (struct llentry *)arg; in arptimer() 475 struct llentry **plle) in arpresolve_full() 477 struct llentry *la = NULL, *la_tmp; in arpresolve_full() 627 struct llentry **plle) in arpresolve() 629 struct llentry *la = NULL; in arpresolve() 797 struct llentry *la = NULL, *la_tmp; in in_arpinput() 1051 struct llentry *lle; in in_arpinput() 1167 int bridged, struct llentry *la) in arp_check_update_lle() 1262 arp_mark_lle_reachable(struct llentry *la) in arp_mark_lle_reachable() [all …]
|
| H A D | in_fib.h | 38 struct llentry *ro_lle;
|
| H A D | toecore.c | 405 toe_lle_event(void *arg __unused, struct llentry *lle, int evt) in toe_lle_event()
|
| H A D | sctp_structs.h | 187 struct llentry *ro_lle;
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | if_ether.h | 118 struct llentry; 122 struct llentry **plle);
|
| /f-stack/tools/compat/include/netinet6/ |
| H A D | nd6.h | 46 struct llentry; 367 struct llentry *nd6_lookup(const struct in6_addr *, int, struct ifnet *); 369 void nd6_llinfo_setstate(struct llentry *lle, int newstate); 375 const struct sockaddr *, u_char *, uint32_t *, struct llentry **); 379 void nd6_grab_holdchain(struct llentry *, struct mbuf **,
|
| H A D | in6.h | 381 struct llentry *ro_lle;
|
| /f-stack/tools/compat/include/net/ |
| H A D | route.h | 52 struct llentry *ro_lle;
|