Searched refs:match_netagent_id (Results 1 – 1 of 1) sorted by relevance
510 u_int32_t match_netagent_id; member5429 bool has_match_agent_b = (searchentry->match_netagent_id != 0); in necp_lookup_route_rule_by_contents_locked()5435 …id_mapping *mapping = necp_uuid_lookup_uuid_with_service_id_locked(searchentry->match_netagent_id); in necp_lookup_route_rule_by_contents_locked()5598 new_rule->match_netagent_id = necp_create_uuid_service_id_mapping(match_netagent_uuid); in necp_create_route_rule()5652 necp_remove_uuid_service_id_mapping_with_service_id(existing_rule->match_netagent_id); in necp_remove_route_rule()10231 if (route_rule->match_netagent_id != 0) { in necp_update_qos_marking()10238 if (route_rule->match_netagent_id == netagent_array[agent_index]) { in necp_update_qos_marking()10406 if (route_rule->match_netagent_id != 0) { in necp_route_is_allowed_inner()10413 if (route_rule->match_netagent_id == netagent_array[agent_index]) { in necp_route_is_allowed_inner()10609 return route_rule->match_netagent_id != 0; in necp_route_rule_matches_agents()[all …]