Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/netinet/
H A Dflow_divert.c1089 proc_t responsible_proc = PROC_NULL; in flow_divert_add_all_proc_info() local
1117 responsible_proc = proc_find(so->so_rpid); in flow_divert_add_all_proc_info()
1125 if (responsible_proc != PROC_NULL) { in flow_divert_add_all_proc_info()
1126 src_proc = responsible_proc; in flow_divert_add_all_proc_info()
1149 if (responsible_proc != PROC_NULL) { in flow_divert_add_all_proc_info()
1150 proc_rele(responsible_proc); in flow_divert_add_all_proc_info()
/xnu-8796.141.3/bsd/net/
H A Dnecp.c6717 …ool has_system_signed_result, proc_t real_proc, proc_t proc, proc_t responsible_proc, u_int32_t dr… in necp_application_fillout_info_locked() argument
6762 proc = responsible_proc; in necp_application_fillout_info_locked()
6961 proc_t responsible_proc = PROC_NULL; in necp_application_find_policy_match_internal() local
7275 responsible_proc = proc_find(effective_proc->p_responsible_pid); in necp_application_find_policy_match_internal()
7276 if (responsible_proc != PROC_NULL) { in necp_application_find_policy_match_internal()
7277 …proc_getexecutableuuid(responsible_proc, responsible_application_uuid, sizeof(responsible_applicat… in necp_application_find_policy_match_internal()
7287 …e_port, has_client, has_system_signed_result, proc, effective_proc, responsible_proc, drop_order, … in necp_application_find_policy_match_internal()
7292 …_agent_types, num_required_agent_types, info.used_responsible_pid ? responsible_proc : effective_p… in necp_application_find_policy_match_internal()
7882 if (responsible_proc != PROC_NULL) { in necp_application_find_policy_match_internal()
7883 proc_rele(responsible_proc); in necp_application_find_policy_match_internal()