Searched refs:match_netagent_uuid (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/bsd/net/ |
| H A D | necp.c | 5116 …_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 5181 bool has_match_agent_a = !uuid_is_null(match_netagent_uuid); in necp_lookup_route_rule_by_contents_locked() 5193 if (uuid_compare(mapping->uuid, match_netagent_uuid) != 0) { in necp_lookup_route_rule_by_contents_locked() 5228 uuid_t match_netagent_uuid = {}; in necp_create_route_rule() local 5317 memcpy(match_netagent_uuid, rule_value, sizeof(match_netagent_uuid)); in necp_create_route_rule() 5338 …action, constrained_action, if_indices, if_actions, netagent_uuid, match_netagent_uuid, control_un… in necp_create_route_rule() 5350 if (!uuid_is_null(match_netagent_uuid)) { in necp_create_route_rule() 5351 new_rule->match_netagent_id = necp_create_uuid_service_id_mapping(match_netagent_uuid); in necp_create_route_rule()
|