| /trueos/sys/net/ |
| HD | if_llatbl.h | 87 #define LLE_WLOCK(lle) rw_wlock(&(lle)->lle_lock) argument 88 #define LLE_RLOCK(lle) rw_rlock(&(lle)->lle_lock) argument 89 #define LLE_WUNLOCK(lle) rw_wunlock(&(lle)->lle_lock) argument 90 #define LLE_RUNLOCK(lle) rw_runlock(&(lle)->lle_lock) argument 91 #define LLE_DOWNGRADE(lle) rw_downgrade(&(lle)->lle_lock) argument 92 #define LLE_TRY_UPGRADE(lle) rw_try_upgrade(&(lle)->lle_lock) argument 93 #define LLE_LOCK_INIT(lle) rw_init_flags(&(lle)->lle_lock, "lle", RW_DUPOK) argument 94 #define LLE_LOCK_DESTROY(lle) rw_destroy(&(lle)->lle_lock) argument 95 #define LLE_WLOCK_ASSERT(lle) rw_assert(&(lle)->lle_lock, RA_WLOCKED) argument 97 #define LLE_IS_VALID(lle) (((lle) != NULL) && ((lle) != (void *)-1)) argument [all …]
|
| HD | if_llatbl.c | 104 llentry_free(struct llentry *lle) in llentry_free() 169 struct llentry *lle, *next; in lltable_free() local 272 struct llentry *lle; in lla_rt_output() local 388 struct llentry *lle; in llatbl_lle_show() local 459 struct llentry *lle; in llatbl_llt_show() local
|
| HD | if_fddisubr.c | 121 struct llentry *lle; in fddi_output() local
|
| HD | if_iso88025subr.c | 245 struct llentry *lle; in iso88025_output() local
|
| HD | if_fwsubr.c | 92 struct llentry *lle; in firewire_output() local
|
| HD | if_arcsubr.c | 113 struct llentry *lle; in arc_output() local
|
| HD | if_ethersubr.c | 175 struct llentry *lle = NULL; in ether_output() local
|
| HD | flowtable.c | 507 struct llentry *lle; in flowtable_insert() local
|
| /trueos/sys/netinet/ |
| HD | if_ether.c | 169 struct llentry *lle = (struct llentry *)arg; in arptimer() local 323 const struct sockaddr *dst, u_char *desten, struct llentry **lle) in arpresolve() 823 struct llentry *lle = NULL; in in_arpinput() local 925 struct llentry *lle; in arp_ifinit() local
|
| HD | in.c | 1241 in_lltable_free(struct lltable *llt, struct llentry *lle) in in_lltable_free() 1251 struct in_llentry *lle; in in_lltable_new() local 1280 struct llentry *lle, *next; in in_lltable_prefix_free() local 1389 struct llentry *lle; in in_lltable_lookup() local 1468 #define SIN(lle) ((struct sockaddr_in *) L3_ADDR(lle)) in in_lltable_dump() argument 1470 struct llentry *lle; in in_lltable_dump() local
|
| HD | toecore.c | 386 toe_lle_event(void *arg __unused, struct llentry *lle, int evt) in toe_lle_event() 456 struct llentry *lle; in toe_nd6_resolve() local 520 struct llentry *lle; in toe_l2_resolve() local
|
| /trueos/sys/ofed/include/net/ |
| HD | netevent.h | 46 _handle_arp_update_event(void *arg, struct llentry *lle, int evt __unused) in _handle_arp_update_event()
|
| /trueos/sys/kern/ |
| HD | subr_witness.c | 1062 struct lock_list_entry *lock_list, *lle; in witness_checkorder() local 1402 struct lock_list_entry **lock_list, *lle; in witness_lock() local 1552 struct lock_list_entry **lock_list, *lle; in witness_unlock() local 1661 struct lock_list_entry *lle; in witness_thread_exit() local 1693 struct lock_list_entry *lock_list, *lle; in witness_warn() local 2106 struct lock_list_entry *lle; in witness_lock_list_get() local 2125 witness_lock_list_free(struct lock_list_entry *lle) in witness_lock_list_free() 2137 struct lock_list_entry *lle; in find_instance() local 2193 struct lock_list_entry *lle; in witness_list_locks() local
|
| /trueos/sys/netinet6/ |
| HD | in6.c | 2504 in6_lltable_free(struct lltable *llt, struct llentry *lle) in in6_lltable_free() 2514 struct in6_llentry *lle; in in6_lltable_new() local 2535 struct llentry *lle, *next; in in6_lltable_prefix_free() local 2605 struct llentry *lle; in in6_lltable_lookup() local 2680 struct llentry *lle; in in6_lltable_dump() local
|
| HD | nd6.c | 1002 struct llentry *lle; in nd6_is_addr_neighbor() local 1963 struct llentry *lle = NULL; in nd6_output_lle() local 2169 const struct sockaddr *dst, u_char *desten, struct llentry **lle) in nd6_storelladdr()
|
| HD | ip6_input.c | 415 struct llentry *lle = NULL; in ip6_input() local
|
| /trueos/contrib/gcc/ |
| HD | lambda-code.c | 1118 lambda_linear_expression lle = NULL; in gcc_tree_to_linear_expression() local 1141 LLE_COEFFICIENTS (lle)[i] = 1; in gcc_tree_to_linear_expression() local 1154 LLE_INVARIANT_COEFFICIENTS (lle)[i] = 1; in gcc_tree_to_linear_expression() local 1611 lle_to_gcc_expression (lambda_linear_expression lle, in lle_to_gcc_expression() 1648 if (LLE_COEFFICIENTS (lle)[i] != 0) in lle_to_gcc_expression() local 1655 if (LLE_COEFFICIENTS (lle)[i] == 1) in lle_to_gcc_expression() local 1690 if (LLE_INVARIANT_COEFFICIENTS (lle)[i] != 0) in lle_to_gcc_expression() local
|
| /trueos/sys/ofed/drivers/infiniband/core/ |
| HD | addr.c | 351 struct llentry *lle; in addr_resolve() local
|
| /trueos/sys/ofed/drivers/infiniband/ulp/ipoib/ |
| HD | ipoib_main.c | 1259 struct llentry *lle = NULL; in ipoib_output() local
|