Home
last modified time | relevance | path

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

/netbsd/src/sys/net/
Dif_llatbl.c81 lltable_dump_entry(struct lltable *llt, struct llentry *lle, in lltable_dump_entry()
192 struct llentry *lle, *next; in htable_foreach_lle() local
209 htable_link_entry(struct lltable *llt, struct llentry *lle) in htable_link_entry()
231 htable_unlink_entry(struct llentry *lle) in htable_unlink_entry()
256 htable_prefix_free_cb(struct lltable *llt, struct llentry *lle, void *farg) in htable_prefix_free_cb()
274 struct llentry *lle, *next; in htable_prefix_free() local
305 struct llentry *lle, *next; in llentries_unlink() local
317 lltable_drop_entry_queue(struct llentry *lle) in lltable_drop_entry_queue()
343 struct llentry *lle; in llentry_pool_get() local
352 llentry_pool_put(struct llentry *lle) in llentry_pool_put()
[all …]
Dif_llatbl.h115 #define LLE_LOCK_TRACE(t, lle) do {} while (0) argument
118 #define LLE_WLOCK(lle) do { \ argument
122 #define LLE_RLOCK(lle) do { \ argument
126 #define LLE_WUNLOCK(lle) do { \ argument
130 #define LLE_RUNLOCK(lle) do { \ argument
134 #define LLE_DOWNGRADE(lle) rw_downgrade(&(lle)->lle_lock) argument
135 #define LLE_TRY_UPGRADE(lle) rw_tryupgrade(&(lle)->lle_lock) argument
137 #define LLE_LOCK_INIT(lle) rw_init_flags(&(lle)->lle_lock, "lle", RW_DUPOK) argument
139 #define LLE_LOCK_INIT(lle) rw_init(&(lle)->lle_lock) argument
141 #define LLE_LOCK_DESTROY(lle) rw_destroy(&(lle)->lle_lock) argument
[all …]
/netbsd/src/sys/netinet/
Din.c2016 in_lltable_destroy_lle(struct llentry *lle) in in_lltable_destroy_lle()
2029 struct llentry *lle; in in_lltable_new() local
2049 const struct sockaddr *mask, u_int flags, struct llentry *lle) in in_lltable_match_prefix()
2069 in_lltable_free_entry(struct lltable *llt, struct llentry *lle) in in_lltable_free_entry()
2153 in_lltable_hash(const struct llentry *lle, uint32_t hsize) in in_lltable_hash()
2160 in_lltable_fill_sa_entry(const struct llentry *lle, struct sockaddr *sa) in in_lltable_fill_sa_entry()
2174 struct llentry *lle; in in_lltable_find_dst() local
2196 struct llentry *lle; in in_lltable_delete() local
2233 struct llentry *lle; in in_lltable_create() local
2282 struct llentry *lle; in in_lltable_lookup() local
[all …]
Dif_arp.c1129 struct llentry *lle = NULL; in in_arpinput() local
/netbsd/src/sys/netinet6/
Din6.c2355 in6_lltable_destroy_lle(struct llentry *lle) in in6_lltable_destroy_lle()
2368 struct llentry *lle; in in6_lltable_new() local
2385 const struct sockaddr *mask, u_int flags, struct llentry *lle) in in6_lltable_match_prefix()
2399 in6_lltable_free_entry(struct lltable *llt, struct llentry *lle) in in6_lltable_free_entry()
2443 in6_lltable_hash(const struct llentry *lle, uint32_t hsize) in in6_lltable_hash()
2450 in6_lltable_fill_sa_entry(const struct llentry *lle, struct sockaddr *sa) in in6_lltable_fill_sa_entry()
2464 struct llentry *lle; in in6_lltable_find_dst() local
2485 struct llentry *lle; in in6_lltable_delete() local
2523 struct llentry *lle; in in6_lltable_create() local
2567 struct llentry *lle; in in6_lltable_lookup() local
[all …]