Home
last modified time | relevance | path

Searched refs:nfi_effective_pid (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.140.41/bsd/skywalk/namespace/
H A Dnetns.h76 pid_t nfi_effective_pid; member
/xnu-8020.140.41/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_manager.c532 nfi->nfi_effective_pid = req->nfr_epid; in flow_set_port_info()
536 nfi->nfi_effective_pid = -1; in flow_set_port_info()
573 (req->nfr_epid != -1 && nfi.nfi_effective_pid != in flow_req_prepare_namespace()
578 nfi.nfi_owner_pid, nfi.nfi_effective_pid); in flow_req_prepare_namespace()
/xnu-8020.140.41/bsd/net/
H A Dif_ports_used.c874 if (nfi->nfi_effective_pid != -1) { in if_ports_used_add_flow_entry()
875 npi.npi_effective_pid = nfi->nfi_effective_pid; in if_ports_used_add_flow_entry()
H A Dnecp_client.c6790 flow_info.nfi_effective_pid = parsed_parameters.effective_pid; in necp_client_add()
6792 flow_info.nfi_effective_pid = flow_info.nfi_owner_pid; in necp_client_add()
6795 proc_name(flow_info.nfi_effective_pid, flow_info.nfi_effective_name, MAXCOMLEN); in necp_client_add()