Searched defs:lle (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/net/ |
| H A D | if_llatbl.c | 141 struct llentry *lle, *next; in htable_foreach_lle() local 193 htable_unlink_entry(struct llentry *lle) in htable_unlink_entry() 242 struct llentry *lle, *next; in htable_prefix_free() local 273 struct llentry *lle, *next; in llentries_unlink() local 285 lltable_drop_entry_queue(struct llentry *lle) in lltable_drop_entry_queue() 451 llentry_free(struct llentry *lle) in llentry_free() 492 struct llentry *lle, *next; in lltable_free() local 525 struct llentry *lle; in lltable_delete_addr() local 686 struct llentry *lle, *lle_tmp; in lla_rt_output() local 801 struct llentry *lle; in llatbl_lle_show() local [all …]
|
| H A D | if_llatbl.h | 89 #define LLE_WLOCK(lle) rw_wlock(&(lle)->lle_lock) argument 90 #define LLE_RLOCK(lle) rw_rlock(&(lle)->lle_lock) argument 91 #define LLE_WUNLOCK(lle) rw_wunlock(&(lle)->lle_lock) argument 92 #define LLE_RUNLOCK(lle) rw_runlock(&(lle)->lle_lock) argument 102 #define LLE_REQ_LOCK(lle) mtx_lock(&(lle)->req_mtx) argument 103 #define LLE_REQ_UNLOCK(lle) mtx_unlock(&(lle)->req_mtx) argument 107 #define LLE_ADDREF(lle) do { \ argument 115 #define LLE_REMREF(lle) do { \ argument 123 #define LLE_FREE_LOCKED(lle) do { \ argument 134 #define LLE_FREE(lle) do { \ argument [all …]
|
| H A D | if_infiniband.c | 297 struct llentry *lle = NULL; in infiniband_output() local
|
| H A D | if_ethersubr.c | 293 struct llentry *lle = NULL; in ether_output() local
|
| /f-stack/freebsd/netinet/ |
| H A D | in.c | 1259 struct llentry *lle; in in_lltable_destroy_lle_unlocked() local 1272 in_lltable_mark_used(struct llentry *lle) in in_lltable_mark_used() 1285 in_lltable_destroy_lle(struct llentry *lle) in in_lltable_destroy_lle() 1295 struct in_llentry *lle; in in_lltable_new() local 1353 in_lltable_free_entry(struct lltable *llt, struct llentry *lle) in in_lltable_free_entry() 1466 in_lltable_hash(const struct llentry *lle, uint32_t hsize) in in_lltable_hash() 1487 struct llentry *lle; in in_lltable_find_dst() local 1504 in_lltable_delete_entry(struct lltable *llt, struct llentry *lle) in in_lltable_delete_entry() 1520 struct llentry *lle; in in_lltable_alloc() local 1569 struct llentry *lle; in in_lltable_lookup() local [all …]
|
| H A D | if_ether.c | 208 struct llentry *lle = (struct llentry *)arg; in arptimer() local 1051 struct llentry *lle; in in_arpinput() local 1292 struct llentry *lle, *lle_tmp; in arp_add_ifa_lle() local
|
| H A D | toecore.c | 405 toe_lle_event(void *arg __unused, struct llentry *lle, int evt) in toe_lle_event()
|
| /f-stack/freebsd/netinet6/ |
| H A D | in6.c | 2098 struct llentry *lle; in in6_lltable_destroy_lle_unlocked() local 2111 in6_lltable_destroy_lle(struct llentry *lle) in in6_lltable_destroy_lle() 2121 struct in6_llentry *lle; in in6_lltable_new() local 2170 in6_lltable_free_entry(struct lltable *llt, struct llentry *lle) in in6_lltable_free_entry() 2228 in6_lltable_mark_used(struct llentry *lle) in in6_lltable_mark_used() 2251 in6_lltable_hash(const struct llentry *lle, uint32_t hsize) in in6_lltable_hash() 2272 struct llentry *lle; in in6_lltable_find_dst() local 2289 in6_lltable_delete_entry(struct lltable *llt, struct llentry *lle) in in6_lltable_delete_entry() 2306 struct llentry *lle; in in6_lltable_alloc() local 2352 struct llentry *lle; in in6_lltable_lookup() local [all …]
|
| H A D | nd6.c | 155 nd6_lle_event(void *arg __unused, struct llentry *lle, int evt) in nd6_lle_event() 616 nd6_is_stale(struct llentry *lle, long *pdelay, int *do_switch) in nd6_is_stale() 684 nd6_llinfo_setstate(struct llentry *lle, int newstate) in nd6_llinfo_setstate() 1374 struct llentry *lle; in nd6_is_addr_neighbor() local 2290 struct llentry *lle = NULL, *lle_tmp; in nd6_resolve_slow() local
|
| /f-stack/freebsd/kern/ |
| H A D | subr_witness.c | 1116 struct lock_list_entry *lock_list, *lle; in witness_checkorder() local 1509 struct lock_list_entry **lock_list, *lle; in witness_lock() local 1660 struct lock_list_entry **lock_list, *lle; in witness_unlock() local 1769 struct lock_list_entry *lle; in witness_thread_exit() local 1802 struct lock_list_entry *lock_list, *lle; in witness_warn() local 2205 struct lock_list_entry *lle; in witness_lock_list_get() local 2224 witness_lock_list_free(struct lock_list_entry *lle) in witness_lock_list_free() 2236 struct lock_list_entry *lle; in find_instance() local 2323 struct lock_list_entry *lle; in witness_list_locks() local
|