Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/net/
H A Dnecp.c424 static u_int64_t necp_kernel_socket_policies_condition_mask; variable
2142 necp_kernel_socket_policies_condition_mask = 0; in necp_init()
5691 necp_kernel_socket_policies_condition_mask = 0; in necp_kernel_socket_policies_reprocess()
5729 necp_kernel_socket_policies_condition_mask |= kernel_policy->condition_mask; in necp_kernel_socket_policies_reprocess()
5801 necp_kernel_socket_policies_condition_mask = 0; in necp_kernel_socket_policies_reprocess()
7710 if ((necp_kernel_socket_policies_condition_mask & NECP_KERNEL_CONDITION_BOUND_INTERFACE_FLAGS) && in necp_application_fillout_info_locked()
9714 if (necp_kernel_socket_policies_condition_mask & NECP_KERNEL_CONDITION_UID || in necp_socket_fillout_info_locked()
9715 necp_kernel_socket_policies_condition_mask & NECP_KERNEL_CONDITION_REAL_UID) { in necp_socket_fillout_info_locked()
9720 if (necp_kernel_socket_policies_condition_mask & NECP_KERNEL_CONDITION_TRAFFIC_CLASS) { in necp_socket_fillout_info_locked()
9724 if (necp_kernel_socket_policies_condition_mask & NECP_KERNEL_CONDITION_HAS_CLIENT) { in necp_socket_fillout_info_locked()
[all …]