Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/net/
H A Dnecp.c593 …les_array_size)route_rules_array, u_int32_t route_rules_array_size, bool *has_socket_only_actions);
4806 bool has_socket_only_actions = FALSE; in necp_policy_apply() local
4807 …e_rule(&necp_route_rules, policy->route_rules, policy->route_rules_size, &has_socket_only_actions); in necp_policy_apply()
4811 …if (socket_only_conditions || has_socket_only_actions) { // socket_ip_conditions can be TRUE or FA… in necp_policy_apply()
6331 bool *has_socket_only_actions) in necp_create_route_rule() argument
6358 if (route_rules_array == NULL || route_rules_array_size == 0 || has_socket_only_actions == NULL) { in necp_create_route_rule()
6407 *has_socket_only_actions = true; in necp_create_route_rule()
6419 *has_socket_only_actions = true; in necp_create_route_rule()