Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/net/
H A Dnecp.c466 #define APPUUIDHASH(uuid) (&necp_uuid_app_id_hashtbl[uuid[0] & necp_uuid_app_id_hash_mask]) // Assu… macro
5771 LIST_FOREACH(searchentry, APPUUIDHASH(uuid), chain) { in necp_uuid_lookup_app_id_locked()
5832 LIST_INSERT_HEAD(APPUUIDHASH(uuid), new_mapping, chain); in necp_create_uuid_app_id_mapping()