Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet/
H A Dflow_divert.c1087 proc_t responsible_proc = PROC_NULL; in flow_divert_add_all_proc_info() local
1115 responsible_proc = proc_find(so->so_rpid); in flow_divert_add_all_proc_info()
1123 if (responsible_proc != PROC_NULL) { in flow_divert_add_all_proc_info()
1124 src_proc = responsible_proc; in flow_divert_add_all_proc_info()
1147 if (responsible_proc != PROC_NULL) { in flow_divert_add_all_proc_info()
1148 proc_rele(responsible_proc); in flow_divert_add_all_proc_info()
/xnu-8792.41.9/bsd/net/
H A Dnecp.c6688 …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
6733 proc = responsible_proc; in necp_application_fillout_info_locked()
6932 proc_t responsible_proc = PROC_NULL; in necp_application_find_policy_match_internal() local
7246 responsible_proc = proc_find(effective_proc->p_responsible_pid); in necp_application_find_policy_match_internal()
7247 if (responsible_proc != PROC_NULL) { in necp_application_find_policy_match_internal()
7248 …proc_getexecutableuuid(responsible_proc, responsible_application_uuid, sizeof(responsible_applicat… in necp_application_find_policy_match_internal()
7258 …e_port, has_client, has_system_signed_result, proc, effective_proc, responsible_proc, drop_order, … in necp_application_find_policy_match_internal()
7263 …_agent_types, num_required_agent_types, info.used_responsible_pid ? responsible_proc : effective_p… in necp_application_find_policy_match_internal()
7852 if (responsible_proc != PROC_NULL) { in necp_application_find_policy_match_internal()
7853 proc_rele(responsible_proc); in necp_application_find_policy_match_internal()