Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dnecp.c488 u_int32_t match_netagent_id; member
5182 bool has_match_agent_b = (searchentry->match_netagent_id != 0); in necp_lookup_route_rule_by_contents_locked()
5188 …id_mapping *mapping = necp_uuid_lookup_uuid_with_service_id_locked(searchentry->match_netagent_id); in necp_lookup_route_rule_by_contents_locked()
5351 new_rule->match_netagent_id = necp_create_uuid_service_id_mapping(match_netagent_uuid); in necp_create_route_rule()
5405 necp_remove_uuid_service_id_mapping_with_service_id(existing_rule->match_netagent_id); in necp_remove_route_rule()
9870 if (route_rule->match_netagent_id != 0) { in necp_update_qos_marking()
9877 if (route_rule->match_netagent_id == netagent_array[agent_index]) { in necp_update_qos_marking()
10045 if (route_rule->match_netagent_id != 0) { in necp_route_is_allowed_inner()
10052 if (route_rule->match_netagent_id == netagent_array[agent_index]) { in necp_route_is_allowed_inner()
10257 if (route_rule->match_netagent_id != 0) { in necp_route_get_netagent()
[all …]