Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dnecp.c595 …les_array_size)route_rules_array, u_int32_t route_rules_array_size, bool *has_socket_only_actions);
4747 bool has_socket_only_actions = FALSE; in necp_policy_apply() local
4748 …e_rule(&necp_route_rules, policy->route_rules, policy->route_rules_size, &has_socket_only_actions); in necp_policy_apply()
4752 …if (socket_only_conditions || has_socket_only_actions) { // socket_ip_conditions can be TRUE or FA… in necp_policy_apply()
6286 bool *has_socket_only_actions) in necp_create_route_rule() argument
6314 if (route_rules_array == NULL || route_rules_array_size == 0 || has_socket_only_actions == NULL) { in necp_create_route_rule()
6363 *has_socket_only_actions = true; in necp_create_route_rule()
6375 *has_socket_only_actions = true; in necp_create_route_rule()