Home
last modified time | relevance | path

Searched refs:APPUUIDHASH (Results 1 – 1 of 1) sorted by relevance

/xnu-8796.141.3/bsd/net/ !
H A Dnecp.c470 #define APPUUIDHASH(uuid) (&necp_uuid_app_id_hashtbl[uuid[0] & necp_uuid_app_id_hash_mask]) // Assu… macro
5799 LIST_FOREACH(searchentry, APPUUIDHASH(uuid), chain) { in necp_uuid_lookup_app_id_locked()
5860 LIST_INSERT_HEAD(APPUUIDHASH(uuid), new_mapping, chain); in necp_create_uuid_app_id_mapping()