Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dnecp.c7036 struct necp_service_registration *service_registration = NULL; in necp_application_find_policy_match_internal() local
7043 LIST_FOREACH(service_registration, &necp_registered_service_list, kernel_chain) { in necp_application_find_policy_match_internal()
7044 if (service.identifier == service_registration->service_id) { in necp_application_find_policy_match_internal()
8761 struct necp_service_registration *service_registration = NULL; in necp_socket_find_policy_match() local
8762 LIST_FOREACH(service_registration, &necp_registered_service_list, kernel_chain) { in necp_socket_find_policy_match()
8763 if (service.identifier == service_registration->service_id) { in necp_socket_find_policy_match()