Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/net/
H A Dif_llatbl.c153 struct llentry *lle, *next; in htable_foreach_lle() local
171 htable_link_entry(struct lltable *llt, struct llentry *lle) in htable_link_entry()
192 htable_unlink_entry(struct llentry *lle) in htable_unlink_entry()
213 htable_prefix_free_cb(struct lltable *llt, struct llentry *lle, void *farg) in htable_prefix_free_cb()
231 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 Dif_llatbl.h129 #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-8020.101.4/bsd/netinet/
H A Din.c2358 in_lltable_destroy_lle_unlocked(struct llentry *lle) in in_lltable_destroy_lle_unlocked()
2371 in_lltable_destroy_lle(struct llentry *lle) in in_lltable_destroy_lle()
2381 struct in_llentry *lle; in in_lltable_new() local
2409 const struct sockaddr *smask, uint16_t flags, struct llentry *lle) in in_lltable_match_prefix()
2444 in_lltable_free_entry(struct lltable *llt, struct llentry *lle) in in_lltable_free_entry()
2501 in_lltable_hash(const struct llentry *lle, uint32_t hsize) in in_lltable_hash()
2508 in_lltable_fill_sa_entry(const struct llentry *lle, struct sockaddr *sa) in in_lltable_fill_sa_entry()
2522 struct llentry *lle; in in_lltable_find_dst() local
2541 in_lltable_delete_entry(struct lltable *llt, struct llentry *lle) in in_lltable_delete_entry()
2557 struct llentry *lle; in in_lltable_alloc() local
[all …]
/xnu-8020.101.4/bsd/netinet6/
H A Din6.c4549 in6_lltable_destroy_lle_unlocked(struct llentry *lle) in in6_lltable_destroy_lle_unlocked()
4562 in6_lltable_destroy_lle(struct llentry *lle) in in6_lltable_destroy_lle()
4575 struct in6_llentry *lle; in in6_lltable_new() local
4604 const struct sockaddr *smask, uint16_t flags, struct llentry *lle) in in6_lltable_match_prefix()
4640 in6_lltable_free_entry(struct lltable *llt, struct llentry *lle) in in6_lltable_free_entry()
4707 in6_lltable_hash(const struct llentry *lle, uint32_t hsize) in in6_lltable_hash()
4713 in6_lltable_fill_sa_entry(const struct llentry *lle, struct sockaddr *sa) in in6_lltable_fill_sa_entry()
4727 struct llentry *lle; in in6_lltable_find_dst() local
4746 in6_lltable_delete_entry(struct lltable *llt, struct llentry *lle) in in6_lltable_delete_entry()
4763 struct llentry *lle; in in6_lltable_alloc() local
[all …]