Home
last modified time | relevance | path

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

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