/freebsd/sys/net/ |
H A D | if_llatbl.h | 43 struct llentry; 44 CK_LIST_HEAD(llentries, llentry); 51 struct llentry { struct 52 CK_LIST_ENTRY(llentry) lle_next; 66 void (*lle_free)(struct llentry *); argument 80 CK_SLIST_HEAD(llentry_children_head,llentry) lle_children; /* child encaps */ argument 81 CK_SLIST_ENTRY(llentry) lle_child_next; /* child encaps */ 82 struct llentry *lle_parent; /* parent for a child */ argument 84 CK_LIST_ENTRY(llentry) lle_chain; /* chain of deleted items */ 143 typedef struct llentry *(llt_lookup_t)(struct lltable *, u_int flags, [all …]
|
H A D | if_llatbl.c | 135 lltable_append_entry_queue(struct llentry *lle, struct mbuf *m, in lltable_append_entry_queue() 176 struct llentry *lle, *next; in htable_foreach_lle() 201 htable_link_entry(struct lltable *llt, struct llentry *lle) in htable_link_entry() 228 htable_unlink_entry(struct llentry *lle) in htable_unlink_entry() 259 htable_prefix_free_cb(struct lltable *llt, struct llentry *lle, void *farg) in htable_prefix_free_cb() 277 struct llentry *lle, *next; in htable_prefix_free() 308 struct llentry *lle, *next; in llentries_unlink() 320 lltable_drop_entry_queue(struct llentry *lle) in lltable_drop_entry_queue() 342 lltable_set_entry_addr(struct ifnet *ifp, struct llentry *lle, in lltable_set_entry_addr() 360 lltable_acquire_wlock(struct ifnet *ifp, struct llentry *lle) in lltable_acquire_wlock() [all …]
|
H A D | if_infiniband.c | 267 uint32_t *pflags, struct llentry **plle) in infiniband_resolve_addr() 343 struct llentry *lle = NULL; in infiniband_output()
|
H A D | route.h | 51 struct llentry *ro_lle;
|
H A D | if_ethersubr.c | 206 uint32_t *pflags, struct llentry **plle) in ether_resolve_addr() 294 struct llentry *lle = NULL; in ether_output()
|
/freebsd/sys/netinet6/ |
H A D | nd6.c | 157 static void nd6_free(struct llentry **, int); 158 static void nd6_free_redirect(const struct llentry *); 160 static void nd6_llinfo_settimer_locked(struct llentry *, long); 162 const struct sockaddr_in6 *, u_char *, uint32_t *, struct llentry **); 172 nd6_lle_event(void *arg __unused, struct llentry *lle, int evt) in nd6_lle_event() 544 nd6_llinfo_settimer_locked(struct llentry *ln, long tick) in nd6_llinfo_settimer_locked() 583 nd6_llinfo_get_holdsrc(struct llentry *ln, struct in6_addr *src) in nd6_llinfo_get_holdsrc() 639 nd6_is_stale(struct llentry *lle, long *pdelay, int *do_switch) in nd6_is_stale() 703 nd6_llinfo_setstate(struct llentry *lle, int newstate) in nd6_llinfo_setstate() 754 struct llentry *ln; in nd6_llinfo_timer() [all …]
|
H A D | nd6.h | 45 struct llentry; 353 struct llentry *nd6_lookup(const struct in6_addr *, int, struct ifnet *); 355 void nd6_llinfo_setstate(struct llentry *lle, int newstate); 361 const struct sockaddr *, u_char *, uint32_t *, struct llentry **); 365 bool nd6_try_set_entry_addr(struct ifnet *ifp, struct llentry *lle, char *lladdr); 366 struct mbuf *nd6_grab_holdchain(struct llentry *); 367 int nd6_flush_holdchain(struct ifnet *, struct llentry *, struct mbuf *); 368 void nd6_flush_children_holdchain(struct ifnet *, struct llentry *);
|
H A D | in6.c | 2178 struct llentry base; 2191 struct llentry *lle; in in6_lltable_destroy_lle_unlocked() 2193 lle = __containerof(ctx, struct llentry, lle_epoch_ctx); in in6_lltable_destroy_lle_unlocked() 2204 in6_lltable_destroy_lle(struct llentry *lle) in in6_lltable_destroy_lle() 2211 static struct llentry * 2232 const struct sockaddr *smask, u_int flags, struct llentry *lle) in in6_lltable_match_prefix() 2263 in6_lltable_free_entry(struct lltable *llt, struct llentry *lle) in in6_lltable_free_entry() 2325 in6_lltable_hash(const struct llentry *lle, uint32_t hsize) in in6_lltable_hash() 2332 in6_lltable_fill_sa_entry(const struct llentry *lle, struct sockaddr *sa) in in6_lltable_fill_sa_entry() 2343 static inline struct llentry * [all …]
|
H A D | in6.h | 376 struct llentry *ro_lle;
|
H A D | nd6_nbr.c | 377 struct llentry *ln; in nd6_proxy_fill_sdl() 659 struct llentry *ln; in nd6_na_input()
|
H A D | nd6_rtr.c | 909 struct llentry *ln = NULL; in is_dr_reachable()
|
H A D | icmp6.c | 2395 struct llentry *ln = NULL; in icmp6_redirect_output()
|
/freebsd/sys/netlink/route/ |
H A D | neigh.c | 72 lle_state_to_nl_state(int family, struct llentry *lle) in lle_state_to_nl_state() 109 lle_flags_to_nl_flags(const struct llentry *lle) in lle_flags_to_nl_flags() 126 get_lle_next_ts(const struct llentry *lle) in get_lle_next_ts() 134 dump_lle_locked(struct llentry *lle, void *arg) in dump_lle_locked() 209 dump_lle(struct lltable *llt, struct llentry *lle, void *arg) in dump_lle() 284 struct llentry *lle = lla_lookup(llt, LLE_UNLOCKED, dst); in get_lle() 423 struct llentry *lle = lltable_alloc_entry(llt, lle_flags, attrs.nda_dst); in rtnl_handle_newneigh() 436 struct llentry *lle_tmp = lla_lookup(llt, LLE_EXCLUSIVE, attrs.nda_dst); in rtnl_handle_newneigh() 553 rtnl_lle_event(void *arg __unused, struct llentry *lle, int evt) in rtnl_lle_event()
|
/freebsd/sys/compat/linuxkpi/common/include/net/ |
H A D | netevent.h | 45 struct llentry; 48 _handle_arp_update_event(void *arg, struct llentry *lle, int evt __unused) in _handle_arp_update_event()
|
/freebsd/sys/netinet/ |
H A D | if_ether.c | 186 struct ifnet *ifp, int bridged, struct llentry *la); 187 static void arp_mark_lle_reachable(struct llentry *la, struct ifnet *ifp); 205 struct llentry *lle = (struct llentry *)arg; in arptimer() 462 struct llentry **plle) in arpresolve_full() 464 struct llentry *la = NULL, *la_tmp; in arpresolve_full() 599 struct llentry **plle) in arpresolve() 601 struct llentry *la = NULL; in arpresolve() 770 struct llentry *la = NULL, *la_tmp; in in_arpinput() 1015 struct llentry *lle; in in_arpinput() 1126 arp_grab_holdchain(struct llentry *la) in arp_grab_holdchain() [all …]
|
H A D | in.c | 1435 struct llentry base; 1448 struct llentry *lle; in in_lltable_destroy_lle_unlocked() 1450 lle = __containerof(ctx, struct llentry, lle_epoch_ctx); in in_lltable_destroy_lle_unlocked() 1461 in_lltable_destroy_lle(struct llentry *lle) in in_lltable_destroy_lle() 1468 static struct llentry * 1494 const struct sockaddr *smask, u_int flags, struct llentry *lle) in in_lltable_match_prefix() 1526 in_lltable_free_entry(struct lltable *llt, struct llentry *lle) in in_lltable_free_entry() 1611 in_lltable_hash(const struct llentry *lle, uint32_t hsize) in in_lltable_hash() 1618 in_lltable_fill_sa_entry(const struct llentry *lle, struct sockaddr *sa) in in_lltable_fill_sa_entry() 1629 static inline struct llentry * [all …]
|
H A D | if_ether.h | 115 struct llentry; 119 struct llentry **plle);
|
H A D | in_fib.h | 36 struct llentry *ro_lle;
|
H A D | toecore.c | 415 toe_lle_event(void *arg __unused, struct llentry *lle, int evt) in toe_lle_event()
|
H A D | sctp_structs.h | 204 struct llentry *ro_lle;
|
/freebsd/sys/net/route/ |
H A D | route_debug.h | 169 struct llentry; 178 char *llentry_print_buf(const struct llentry *lle, struct ifnet *ifp, int family, char *buf, 180 char *llentry_print_buf_lltable(const struct llentry *lle, char *buf, size_t bufsize);
|
/freebsd/sys/dev/irdma/ |
H A D | fbsd_kcompat.c | 399 struct llentry *lle; in irdma_get_dst_mac()
|