Home
last modified time | relevance | path

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

/xnu-11215/bsd/netinet/
H A Dflow_divert.c1119 proc_t effective_proc = PROC_NULL; in flow_divert_add_all_proc_info() local
1138 effective_proc = proc_find(so->e_pid); in flow_divert_add_all_proc_info()
1142 effective_proc = flow_divert_find_proc_by_uuid(so->e_uuid); in flow_divert_add_all_proc_info()
1161 if (effective_proc != NULL) { in flow_divert_add_all_proc_info()
1162 real_src_proc = effective_proc; in flow_divert_add_all_proc_info()
1164 } else if (effective_proc != PROC_NULL) { in flow_divert_add_all_proc_info()
1165 src_proc = effective_proc; in flow_divert_add_all_proc_info()
1187 if (effective_proc != PROC_NULL) { in flow_divert_add_all_proc_info()
1188 proc_rele(effective_proc); in flow_divert_add_all_proc_info()
/xnu-11215/bsd/net/
H A Dnecp.c7965 proc_t effective_proc = proc; in necp_application_find_policy_match_internal() local
8289 if (proc_pid(effective_proc) != pid) { in necp_application_find_policy_match_internal()
8292 effective_proc = found_proc; in necp_application_find_policy_match_internal()
8293 pid_version = proc_pidversion(effective_proc); in necp_application_find_policy_match_internal()
8298 if (effective_proc->p_responsible_pid > 0 && effective_proc->p_responsible_pid != pid) { in necp_application_find_policy_match_internal()
8475 …bool should_report_responsible_pid = (effective_proc->p_responsible_pid > 0 && effective_proc->p_r… in necp_application_find_policy_match_internal()
8957 if (release_eproc && effective_proc != PROC_NULL) { in necp_application_find_policy_match_internal()
8958 proc_rele(effective_proc); in necp_application_find_policy_match_internal()
10635 effective_proc, in necp_socket_find_policy_match()
10835 if (necp_check_missing_client_drop(effective_proc, &info) || in necp_socket_find_policy_match()
[all …]