Searched refs:NECP_MAX_NETAGENTS (Results 1 – 3 of 3) sorted by relevance
| /xnu-8019.80.24/bsd/net/ |
| H A D | necp.h | 314 #define NECP_MAX_NETAGENTS 16 macro 331 uuid_t netagents[NECP_MAX_NETAGENTS]; 332 …t32_t netagent_use_flags[NECP_MAX_NETAGENTS];
|
| H A D | necp.c | 6671 u_int32_t netagent_ids[NECP_MAX_NETAGENTS]; in necp_application_find_policy_match_internal() 6672 u_int32_t netagent_use_flags[NECP_MAX_NETAGENTS]; in necp_application_find_policy_match_internal() 6964 …ULES, &service_action, &service, netagent_ids, netagent_use_flags, NECP_MAX_NETAGENTS, required_ag… in necp_application_find_policy_match_internal() 7055 for (netagent_cursor = 0; netagent_cursor < NECP_MAX_NETAGENTS; netagent_cursor++) { in necp_application_find_policy_match_internal() 7322 …if (necp_update_qos_marking(rt->rt_ifp, netagent_ids, NECP_MAX_NETAGENTS, route_rule_id_array[rout… in necp_application_find_policy_match_internal() 7400 …bool route_is_allowed = necp_route_is_allowed(rt, NULL, netagent_ids, NECP_MAX_NETAGENTS, route_ru… in necp_application_find_policy_match_internal() 7422 …divert_control_unit = necp_route_get_flow_divert(rt, netagent_ids, NECP_MAX_NETAGENTS, route_rule_… in necp_application_find_policy_match_internal() 7431 …u_int32_t netagent_id = necp_route_get_netagent(rt, netagent_ids, NECP_MAX_NETAGENTS, route_rule_i… in necp_application_find_policy_match_internal() 7436 for (netagent_cursor = 0; netagent_cursor < NECP_MAX_NETAGENTS; netagent_cursor++) { in necp_application_find_policy_match_internal() 8280 u_int32_t netagent_ids[NECP_MAX_NETAGENTS]; in necp_socket_find_policy_match_with_info_locked() [all …]
|
| H A D | necp_client.c | 2058 for (int i = 0; i < NECP_MAX_NETAGENTS; i++) { in necp_client_flow_is_viable() 3438 for (int i = 0; i < NECP_MAX_NETAGENTS; i++) { in necp_client_lookup_bb_radio_manager() 4047 for (int i = 0; i < NECP_MAX_NETAGENTS; i++) { in necp_update_parsed_parameters() 4183 for (int j = 0; j < NECP_MAX_NETAGENTS; j++) { in necp_calculate_client_result() 4214 for (int j = 0; j < NECP_MAX_NETAGENTS; j++) { in necp_calculate_client_result() 4482 for (int i = 0; i < NECP_MAX_NETAGENTS; i++) { in necp_update_client_result() 4634 for (int j = 0; j < NECP_MAX_NETAGENTS; j++) { in necp_update_client_result() 4668 for (int j = 0; j < NECP_MAX_NETAGENTS; j++) { in necp_update_client_result() 4704 for (int j = 0; j < NECP_MAX_NETAGENTS; j++) { in necp_update_client_result()
|