Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet/
H A Dflow_divert.c1059 proc_t responsible_proc = PROC_NULL; in flow_divert_add_all_proc_info() local
1087 responsible_proc = proc_find(so->so_rpid); in flow_divert_add_all_proc_info()
1095 if (responsible_proc != PROC_NULL) { in flow_divert_add_all_proc_info()
1096 src_proc = responsible_proc; in flow_divert_add_all_proc_info()
1119 if (responsible_proc != PROC_NULL) { in flow_divert_add_all_proc_info()
1120 proc_rele(responsible_proc); in flow_divert_add_all_proc_info()
/xnu-8019.80.24/bsd/net/
H A Dnecp.c6442 …remote_port, bool has_client, proc_t real_proc, proc_t proc, proc_t responsible_proc, u_int32_t dr… in necp_application_fillout_info_locked() argument
6486 proc = responsible_proc; in necp_application_fillout_info_locked()
6680 proc_t responsible_proc = PROC_NULL; in necp_application_find_policy_match_internal() local
6947 responsible_proc = proc_find(effective_proc->p_responsible_pid); in necp_application_find_policy_match_internal()
6948 if (responsible_proc != PROC_NULL) { in necp_application_find_policy_match_internal()
6949 …proc_getexecutableuuid(responsible_proc, responsible_application_uuid, sizeof(responsible_applicat… in necp_application_find_policy_match_internal()
6959 …te_addr, local_port, remote_port, has_client, proc, effective_proc, responsible_proc, drop_order, … in necp_application_find_policy_match_internal()
6964 …_agent_types, num_required_agent_types, info.used_responsible_pid ? responsible_proc : effective_p… in necp_application_find_policy_match_internal()
7497 if (responsible_proc != PROC_NULL) { in necp_application_find_policy_match_internal()
7498 proc_rele(responsible_proc); in necp_application_find_policy_match_internal()