Searched refs:match_netagent_id (Results 1 – 1 of 1) sorted by relevance
578 u_int32_t match_netagent_id; member6303 bool has_match_agent_b = (searchentry->match_netagent_id != 0); in necp_lookup_route_rule_by_contents_locked()6309 …id_mapping *mapping = necp_uuid_lookup_uuid_with_service_id_locked(searchentry->match_netagent_id); in necp_lookup_route_rule_by_contents_locked()6507 new_rule->match_netagent_id = necp_create_uuid_service_id_mapping(match_netagent_uuid); in necp_create_route_rule()6564 necp_remove_uuid_service_id_mapping_with_service_id(existing_rule->match_netagent_id); in necp_remove_route_rule()11865 if (route_rule->match_netagent_id != 0) { in necp_update_qos_marking()11872 if (route_rule->match_netagent_id == netagent_array[agent_index]) { in necp_update_qos_marking()12042 if (route_rule->match_netagent_id != 0) { in necp_route_is_allowed_inner()12049 if (route_rule->match_netagent_id == netagent_array[agent_index]) { in necp_route_is_allowed_inner()12385 return route_rule->match_netagent_id != 0; in necp_route_rule_matches_agents()[all …]