Lines Matching refs:effective_proc

8040 	proc_t effective_proc = proc;  in necp_application_find_policy_match_internal()  local
8383 if (proc_pid(effective_proc) != pid) { in necp_application_find_policy_match_internal()
8386 effective_proc = found_proc; in necp_application_find_policy_match_internal()
8387 pid_version = proc_pidversion(effective_proc); in necp_application_find_policy_match_internal()
8392 if (effective_proc->p_responsible_pid > 0 && effective_proc->p_responsible_pid != pid) { in necp_application_find_policy_match_internal()
8393 …proc_getresponsibleuuid(effective_proc, responsible_application_uuid, sizeof(responsible_applicati… in necp_application_find_policy_match_internal()
8394 responsible_proc = proc_find(effective_proc->p_responsible_pid); in necp_application_find_policy_match_internal()
8403 …local_port, remote_port, has_client, has_system_signed_result, proc, effective_proc, responsible_p… in necp_application_find_policy_match_internal()
8421 info.used_responsible_pid ? responsible_proc : effective_proc, in necp_application_find_policy_match_internal()
8554 …bool should_report_responsible_pid = (effective_proc->p_responsible_pid > 0 && effective_proc->p_r… in necp_application_find_policy_match_internal()
8555 …necp_send_network_denied_event(should_report_responsible_pid ? effective_proc->p_responsible_pid :… in necp_application_find_policy_match_internal()
9054 if (release_eproc && effective_proc != PROC_NULL) { in necp_application_find_policy_match_internal()
9055 proc_rele(effective_proc); in necp_application_find_policy_match_internal()
10734 proc_t __single effective_proc = socket_proc ? socket_proc : current_proc(); in necp_socket_find_policy_match() local
10747 effective_proc, in necp_socket_find_policy_match()
10887 drop_all_bypass = necp_check_drop_all_bypass_result(effective_proc); in necp_socket_find_policy_match()
10947 if (necp_check_missing_client_drop(effective_proc, &info) || in necp_socket_find_policy_match()
10948 necp_check_restricted_multicast_drop(effective_proc, &info, false)) { in necp_socket_find_policy_match()
13046 proc_t __single effective_proc = socket_proc ? socket_proc : current_proc(); in necp_socket_is_allowed_to_send_recv_internal() local
13060 effective_proc, in necp_socket_is_allowed_to_send_recv_internal()
13203 drop_all_bypass = necp_check_drop_all_bypass_result(effective_proc); in necp_socket_is_allowed_to_send_recv_internal()
13242 if (necp_check_restricted_multicast_drop(effective_proc, &info, true)) { in necp_socket_is_allowed_to_send_recv_internal()