Searched defs:lle (Results 1 – 4 of 4) sorted by relevance
| /xnu-8019.80.24/bsd/net/ |
| H A D | if_llatbl.c | 155 struct llentry *lle, *next; in htable_foreach_lle() local 173 htable_link_entry(struct lltable *llt, struct llentry *lle) in htable_link_entry() 194 htable_unlink_entry(struct llentry *lle) in htable_unlink_entry() 215 htable_prefix_free_cb(struct lltable *llt, struct llentry *lle, void *farg) in htable_prefix_free_cb() 233 struct llentry *lle, *next; in htable_prefix_free() local 263 struct llentry *lle, *next; in llentries_unlink() local 275 lltable_drop_entry_queue(struct llentry *lle) in lltable_drop_entry_queue() 299 lltable_set_entry_addr(struct ifnet *ifp, struct llentry *lle, in lltable_set_entry_addr() 446 llentry_free(struct llentry *lle) in llentry_free() 511 lltable_free_cb(struct lltable *llt, struct llentry *lle, void *farg) in lltable_free_cb() [all …]
|
| H A D | if_llatbl.h | 129 #define LLE_WLOCK(lle) lck_rw_lock_exclusive(&(lle)->lle_lock) argument 130 #define LLE_RLOCK(lle) lck_rw_lock_shared(&(lle)->lle_lock) argument 131 #define LLE_WUNLOCK(lle) lck_rw_done(&(lle)->lle_lock) argument 132 #define LLE_RUNLOCK(lle) lck_rw_done(&(lle)->lle_lock) argument 133 #define LLE_DOWNGRADE(lle) lck_rw_lock_exclusive_to_shared(&(lle)->lle_lock) argument 134 #define LLE_TRY_UPGRADE(lle) lck_rw_lock_shared_to_exclusive(&(lle)->lle_lock) argument 135 #define LLE_LOCK_INIT(lle) lck_rw_init(&(lle)->lle_lock, &lle_lock_grp, &lle_lock_attr) argument 136 #define LLE_LOCK_DESTROY(lle) lck_rw_destroy(&(lle)->lle_lock, &lle_lock_grp) argument 137 #define LLE_WLOCK_ASSERT(lle) LCK_RW_ASSERT(&(lle)->lle_lock, LCK_RW_ASSERT_EXCLUSIVE) argument 139 #define LLE_REQ_INIT(lle) lck_mtx_init(&(lle)->req_mtx, &lle_lock_grp, &lle_lock_attr) argument [all …]
|
| /xnu-8019.80.24/bsd/netinet/ |
| H A D | in.c | 2381 in_lltable_destroy_lle_unlocked(struct llentry *lle) in in_lltable_destroy_lle_unlocked() 2393 in_lltable_destroy_lle(struct llentry *lle) in in_lltable_destroy_lle() 2403 struct in_llentry *lle; in in_lltable_new() local 2431 const struct sockaddr *smask, uint16_t flags, struct llentry *lle) in in_lltable_match_prefix() 2466 in_lltable_free_entry(struct lltable *llt, struct llentry *lle) in in_lltable_free_entry() 2523 in_lltable_hash(const struct llentry *lle, uint32_t hsize) in in_lltable_hash() 2530 in_lltable_fill_sa_entry(const struct llentry *lle, struct sockaddr *sa) in in_lltable_fill_sa_entry() 2544 struct llentry *lle; in in_lltable_find_dst() local 2563 in_lltable_delete_entry(struct lltable *llt, struct llentry *lle) in in_lltable_delete_entry() 2579 struct llentry *lle; in in_lltable_alloc() local [all …]
|
| /xnu-8019.80.24/bsd/netinet6/ |
| H A D | in6.c | 4524 in6_lltable_destroy_lle_unlocked(struct llentry *lle) in in6_lltable_destroy_lle_unlocked() 4536 in6_lltable_destroy_lle(struct llentry *lle) in in6_lltable_destroy_lle() 4549 struct in6_llentry *lle; in in6_lltable_new() local 4578 const struct sockaddr *smask, uint16_t flags, struct llentry *lle) in in6_lltable_match_prefix() 4614 in6_lltable_free_entry(struct lltable *llt, struct llentry *lle) in in6_lltable_free_entry() 4681 in6_lltable_hash(const struct llentry *lle, uint32_t hsize) in in6_lltable_hash() 4687 in6_lltable_fill_sa_entry(const struct llentry *lle, struct sockaddr *sa) in in6_lltable_fill_sa_entry() 4701 struct llentry *lle; in in6_lltable_find_dst() local 4720 in6_lltable_delete_entry(struct lltable *llt, struct llentry *lle) in in6_lltable_delete_entry() 4737 struct llentry *lle; in in6_lltable_alloc() local [all …]
|