Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Dnecp.c5363 …_t *if_indices, u_int8_t *if_actions, uuid_t netagent_uuid, uuid_t match_netagent_uuid, u_int32_t … in necp_lookup_route_rule_by_contents_locked() argument
5428 bool has_match_agent_a = !uuid_is_null(match_netagent_uuid); in necp_lookup_route_rule_by_contents_locked()
5440 if (uuid_compare(mapping->uuid, match_netagent_uuid) != 0) { in necp_lookup_route_rule_by_contents_locked()
5475 uuid_t match_netagent_uuid = {}; in necp_create_route_rule() local
5564 memcpy(match_netagent_uuid, rule_value, sizeof(match_netagent_uuid)); in necp_create_route_rule()
5585 …action, constrained_action, if_indices, if_actions, netagent_uuid, match_netagent_uuid, control_un… in necp_create_route_rule()
5597 if (!uuid_is_null(match_netagent_uuid)) { in necp_create_route_rule()
5598 new_rule->match_netagent_id = necp_create_uuid_service_id_mapping(match_netagent_uuid); in necp_create_route_rule()