Searched defs:lle (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/sys/net/ |
H A D | if_llatbl.c | 81 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 …]
|
H A D | if_llatbl.h | 115 #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/ |
H A D | in.c | 2017 in_lltable_destroy_lle(struct llentry * lle) in_lltable_destroy_lle() argument 2030 struct llentry *lle; in_lltable_new() local 2050 in_lltable_match_prefix(const struct sockaddr * prefix,const struct sockaddr * mask,u_int flags,struct llentry * lle) in_lltable_match_prefix() argument 2070 in_lltable_free_entry(struct lltable * llt,struct llentry * lle) in_lltable_free_entry() argument 2154 in_lltable_hash(const struct llentry * lle,uint32_t hsize) in_lltable_hash() argument 2161 in_lltable_fill_sa_entry(const struct llentry * lle,struct sockaddr * sa) in_lltable_fill_sa_entry() argument 2175 struct llentry *lle; in_lltable_find_dst() local 2197 struct llentry *lle; in_lltable_delete() local 2234 struct llentry *lle; in_lltable_create() local 2283 struct llentry *lle; in_lltable_lookup() local 2303 in_lltable_dump_entry(struct lltable * llt,struct llentry * lle,struct rt_walkarg * w) in_lltable_dump_entry() argument [all...] |
H A D | if_arp.c | 1104 struct llentry *lle = NULL; in_arpinput() local
|
/netbsd-src/sys/netinet6/ |
H A D | in6.c | 2355 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 …]
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | dwarf.c | 7089 unsigned char lle; in display_offset_entry_loclists() local
|