Home
last modified time | relevance | path

Searched defs:lle (Results 1 – 13 of 13) sorted by relevance

/freebsd-14.2/sys/net/
H A Dif_llatbl.c176 struct llentry *lle, *next; in htable_foreach_lle() local
277 struct llentry *lle, *next; in htable_prefix_free() local
308 struct llentry *lle, *next; in llentries_unlink() local
545 llentry_mark_used(struct llentry *lle) in llentry_mark_used()
650 llentry_free(struct llentry *lle) in llentry_free()
691 struct llentry *lle, *next; in lltable_free() local
724 struct llentry *lle; in lltable_delete_addr() local
793 struct llentry *lle, *next; in lltable_delete_conditional() local
973 struct llentry *lle, *lle_tmp; in lla_rt_output() local
1076 struct llentry *lle; in llatbl_lle_show() local
[all …]
H A Dif_llatbl.h91 #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
104 #define LLE_REQ_LOCK(lle) mtx_lock(&(lle)->req_mtx) argument
105 #define LLE_REQ_UNLOCK(lle) mtx_unlock(&(lle)->req_mtx) argument
111 #define LLE_ADDREF(lle) do { \ argument
119 #define LLE_REMREF(lle) do { \ argument
127 #define LLE_FREE_LOCKED(lle) do { \ argument
138 #define LLE_FREE(lle) do { \ argument
[all …]
H A Dif_infiniband.c307 struct llentry *lle = NULL; in infiniband_output() local
H A Dif_ethersubr.c296 struct llentry *lle = NULL; in ether_output() local
/freebsd-14.2/sys/netlink/route/
H A Dneigh.c72 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-14.2/sys/netinet/
H A Din.c1434 struct llentry *lle; in in_lltable_destroy_lle_unlocked() local
1447 in_lltable_destroy_lle(struct llentry *lle) in in_lltable_destroy_lle()
1457 struct in_llentry *lle; in in_lltable_new() local
1515 in_lltable_free_entry(struct lltable *llt, struct llentry *lle) in in_lltable_free_entry()
1600 in_lltable_hash(const struct llentry *lle, uint32_t hsize) in in_lltable_hash()
1621 struct llentry *lle; in in_lltable_find_dst() local
1638 in_lltable_delete_entry(struct lltable *llt, struct llentry *lle) in in_lltable_delete_entry()
1654 struct llentry *lle; in in_lltable_alloc() local
1704 struct llentry *lle; in in_lltable_lookup() local
1739 in_lltable_dump_entry(struct lltable *llt, struct llentry *lle, in in_lltable_dump_entry()
[all …]
H A Dif_ether.c206 struct llentry *lle = (struct llentry *)arg; in arptimer() local
1016 struct llentry *lle; in in_arpinput() local
1291 struct llentry *lle, *lle_tmp; in arp_add_ifa_lle() local
H A Dtoecore.c415 toe_lle_event(void *arg __unused, struct llentry *lle, int evt) in toe_lle_event()
/freebsd-14.2/sys/netinet6/
H A Dnd6.c172 nd6_lle_event(void *arg __unused, struct llentry *lle, int evt) in nd6_lle_event()
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()
1341 struct llentry *lle; in nd6_is_addr_neighbor() local
1361 nd6_free_children(struct llentry *lle) in nd6_free_children()
1382 nd6_try_set_entry_addr_locked(struct ifnet *ifp, struct llentry *lle, char *lladdr) in nd6_try_set_entry_addr_locked()
1412 nd6_try_set_entry_addr(struct ifnet *ifp, struct llentry *lle, char *lladdr) in nd6_try_set_entry_addr()
2317 struct llentry *lle, *lle_tmp; in nd6_get_llentry() local
2385 struct llentry *lle = NULL; in nd6_resolve_slow() local
2516 nd6_flush_holdchain(struct ifnet *ifp, struct llentry *lle, struct mbuf *chain) in nd6_flush_holdchain()
[all …]
H A Din6.c2193 struct llentry *lle; in in6_lltable_destroy_lle_unlocked() local
2206 in6_lltable_destroy_lle(struct llentry *lle) in in6_lltable_destroy_lle()
2216 struct in6_llentry *lle; in in6_lltable_new() local
2234 const struct sockaddr *smask, u_int flags, struct llentry *lle) in in6_lltable_match_prefix()
2265 in6_lltable_free_entry(struct lltable *llt, struct llentry *lle) in in6_lltable_free_entry()
2327 in6_lltable_hash(const struct llentry *lle, uint32_t hsize) in in6_lltable_hash()
2348 struct llentry *lle; in in6_lltable_find_dst() local
2365 in6_lltable_delete_entry(struct lltable *llt, struct llentry *lle) in in6_lltable_delete_entry()
2386 struct llentry *lle; in in6_lltable_alloc() local
2433 struct llentry *lle; in in6_lltable_lookup() local
[all …]
/freebsd-14.2/sys/compat/linuxkpi/common/include/net/
H A Dnetevent.h48 _handle_arp_update_event(void *arg, struct llentry *lle, int evt __unused) in _handle_arp_update_event()
/freebsd-14.2/sys/kern/
H A Dsubr_witness.c1117 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-14.2/sys/dev/irdma/
H A Dfbsd_kcompat.c399 struct llentry *lle; in irdma_get_dst_mac() local