/freebsd/sys/net/ |
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() local 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() local 308 struct llentry *lle, *next; in llentries_unlink() local 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_llatbl.h | 91 #define LLE_WLOCK(lle) rw_wlock(&(lle)->lle_lock) argument 92 #define LLE_RLOCK(lle) rw_rlock(&(lle)->lle_lock) argument 93 #define LLE_WUNLOCK(lle) rw_wunlock(&(lle)->lle_lock) argument 94 #define LLE_RUNLOCK(lle) rw_runlock(&(lle)->lle_lock) argument 95 #define LLE_DOWNGRADE(lle) rw_downgrade(&(lle)->lle_lock) argument 96 #define LLE_TRY_UPGRADE(lle) rw_try_upgrade(&(lle)->lle_lock) argument 97 #define LLE_LOCK_INIT(lle) rw_init_flags(&(lle)->lle_lock, "lle", RW_DUPOK) argument 98 #define LLE_LOCK_DESTROY(lle) rw_destroy(&(lle)->lle_lock) argument 99 #define LLE_WLOCK_ASSERT(lle) rw_assert(&(lle)->lle_lock, RA_WLOCKED) argument 101 #define LLE_REQ_INIT(lle) mtx_init(&(lle)->req_mtx, "lle req", \ argument [all …]
|
H A D | if_infiniband.c | 306 struct llentry *lle = NULL; in infiniband_output() local
|
H A D | if_ethersubr.c | 294 struct llentry *lle = NULL; in ether_output() local [all...] |
/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() local 423 struct llentry *lle = lltable_alloc_entry(llt, lle_flags, attrs.nda_dst); in rtnl_handle_newneigh() local 553 rtnl_lle_event(void *arg __unused, struct llentry *lle, int evt) in rtnl_lle_event()
|
/freebsd/sys/netinet/ |
H A D | in.c | 1451 struct llentry *lle; in in_lltable_destroy_lle_unlocked() local 1464 in_lltable_destroy_lle(struct llentry *lle) in in_lltable_destroy_lle() 1474 struct in_llentry *lle; in in_lltable_new() local 1497 const struct sockaddr *smask, u_int flags, struct llentry *lle) in in_lltable_match_prefix() 1529 in_lltable_free_entry(struct lltable *llt, struct llentry *lle) in in_lltable_free_entry() 1614 in_lltable_hash(const struct llentry *lle, uint32_t hsize) in in_lltable_hash() 1621 in_lltable_fill_sa_entry(const struct llentry *lle, struct sockaddr *sa) in in_lltable_fill_sa_entry() 1635 struct llentry *lle; in in_lltable_find_dst() local 1652 in_lltable_delete_entry(struct lltable *llt, struct llentry *lle) in in_lltable_delete_entry() 1668 struct llentry *lle; in in_lltable_alloc() local [all …]
|
H A D | if_ether.c | 205 struct llentry *lle = (struct llentry *)arg; in arptimer() local 1015 struct llentry *lle; in in_arpinput() local 1290 struct llentry *lle, *lle_tmp; in arp_add_ifa_lle() local
|
H A D | toecore.c | 415 toe_lle_event(void *arg __unused, struct llentry *lle, int evt) in toe_lle_event()
|
/freebsd/sys/netinet6/ |
H A D | nd6.c | 172 nd6_lle_event(void *arg __unused, struct llentry *lle, int evt) in nd6_lle_event() argument 639 nd6_is_stale(struct llentry *lle, lon argument 703 nd6_llinfo_setstate(struct llentry * lle,int newstate) nd6_llinfo_setstate() argument 1341 struct llentry *lle; nd6_is_addr_neighbor() local 1361 nd6_free_children(struct llentry * lle) nd6_free_children() argument 1382 nd6_try_set_entry_addr_locked(struct ifnet * ifp,struct llentry * lle,char * lladdr) nd6_try_set_entry_addr_locked() argument 1412 nd6_try_set_entry_addr(struct ifnet * ifp,struct llentry * lle,char * lladdr) nd6_try_set_entry_addr() argument 2317 struct llentry *lle, *lle_tmp; nd6_get_llentry() local 2385 struct llentry *lle = NULL; nd6_resolve_slow() local 2516 nd6_flush_holdchain(struct ifnet * ifp,struct llentry * lle,struct mbuf * chain) nd6_flush_holdchain() argument 2547 nd6_flush_children_holdchain(struct ifnet * ifp,struct llentry * lle) nd6_flush_children_holdchain() argument [all...] |
H A D | in6.c | 2191 struct llentry *lle; in in6_lltable_destroy_lle_unlocked() local 2204 in6_lltable_destroy_lle(struct llentry *lle) in in6_lltable_destroy_lle() 2214 struct in6_llentry *lle; in in6_lltable_new() local 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() 2346 struct llentry *lle; in in6_lltable_find_dst() local 2363 in6_lltable_delete_entry(struct lltable *llt, struct llentry *lle) in in6_lltable_delete_entry() 2384 struct llentry *lle; in in6_lltable_alloc() local [all …]
|
/freebsd/sys/compat/linuxkpi/common/include/net/ |
H A D | netevent.h | 48 _handle_arp_update_event(void *arg, struct llentry *lle, int evt __unused) in _handle_arp_update_event()
|
/freebsd/sys/kern/ |
H A D | subr_witness.c | 1117 struct lock_list_entry *lock_list, *lle; in witness_checkorder() local 1510 struct lock_list_entry **lock_list, *lle; in witness_lock() local 1661 struct lock_list_entry **lock_list, *lle; in witness_unlock() local 1770 struct lock_list_entry *lle; in witness_thread_exit() local 1803 struct lock_list_entry *lock_list, *lle; in witness_warn() local 2206 struct lock_list_entry *lle; in witness_lock_list_get() local 2225 witness_lock_list_free(struct lock_list_entry *lle) in witness_lock_list_free() 2237 struct lock_list_entry *lle; in find_instance() local 2324 struct lock_list_entry *lle; in witness_list_locks() local
|
/freebsd/sys/dev/irdma/ |
H A D | fbsd_kcompat.c | 399 struct llentry *lle; in irdma_get_dst_mac() local
|