Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/net/
H A Dnecp.c6234 …s, u_int8_t * __indexable if_actions, uuid_t netagent_uuid, uuid_t match_netagent_uuid, u_int32_t … in necp_lookup_route_rule_by_contents_locked() argument
6302 bool has_match_agent_a = !uuid_is_null(match_netagent_uuid); in necp_lookup_route_rule_by_contents_locked()
6314 if (uuid_compare(mapping->uuid, match_netagent_uuid) != 0) { in necp_lookup_route_rule_by_contents_locked()
6352 uuid_t match_netagent_uuid = {}; in necp_create_route_rule() local
6466 memcpy(match_netagent_uuid, rule_value, sizeof(match_netagent_uuid)); in necp_create_route_rule()
6494 …mpanion_action, vpn_action, if_indices, if_actions, netagent_uuid, match_netagent_uuid, control_un… in necp_create_route_rule()
6506 if (!uuid_is_null(match_netagent_uuid)) { in necp_create_route_rule()
6507 new_rule->match_netagent_id = necp_create_uuid_service_id_mapping(match_netagent_uuid); in necp_create_route_rule()