Home
last modified time | relevance | path

Searched refs:found_proc (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.41.6/bsd/netinet/
H A Dflow_divert.c950 proc_t found_proc; member
963 info->found_proc = p; in flow_divert_find_proc_by_uuid_callout()
1027 info.found_proc = PROC_NULL; in flow_divert_find_proc_by_uuid()
1032 return info.found_proc; in flow_divert_find_proc_by_uuid()
H A Dmptcp_subr.c6405 proc_t found_proc; member
6437 info->found_proc = p; in mptcp_find_proc_callout()
6450 info.found_proc = PROC_NULL; in mptcp_find_proc()
6456 return info.found_proc; in mptcp_find_proc()
/xnu-12377.41.6/bsd/net/
H A Dnecp.c8384 proc_t found_proc = proc_find(pid); in necp_application_find_policy_match_internal() local
8385 if (found_proc != PROC_NULL) { in necp_application_find_policy_match_internal()
8386 effective_proc = found_proc; in necp_application_find_policy_match_internal()