Lines Matching refs:effective_pid
352 pid_t effective_pid; member
2818 parsed_parameters->effective_pid, in necp_client_trace_parsed_parameters()
3148 if (length >= sizeof(parsed_parameters->effective_pid)) { in necp_client_parse_parameters()
3149 memcpy(&parsed_parameters->effective_pid, value, sizeof(parsed_parameters->effective_pid)); in necp_client_parse_parameters()
6367 pid_t *effective_pid, in necp_find_netstat_data() argument
6404 memcpy(effective_pid, value, sizeof(pid_t)); in necp_find_netstat_data()
6624 pid_t effective_pid = client->proc_pid; in necp_request_tcp_netstats() local
6625 …necp_find_netstat_data(client, (union necp_sockaddr_union *)&desc->remote, &effective_pid, &desc->… in necp_request_tcp_netstats()
6626 desc->epid = (u_int32_t)effective_pid; in necp_request_tcp_netstats()
6773 pid_t effective_pid = client->proc_pid; in necp_request_udp_netstats() local
6774 …necp_find_netstat_data(client, (union necp_sockaddr_union *)&desc->remote, &effective_pid, &desc->… in necp_request_udp_netstats()
6775 desc->epid = (u_int32_t)effective_pid; in necp_request_udp_netstats()
6923 pid_t effective_pid = client->proc_pid; in necp_request_quic_netstats() local
6924 …necp_find_netstat_data(client, (union necp_sockaddr_union *)&desc->remote, &effective_pid, &desc->… in necp_request_quic_netstats()
6925 desc->epid = (u_int32_t)effective_pid; in necp_request_quic_netstats()
6999 pid_t *effective_pid, in necp_find_conn_netstat_data() argument
7043 if ((effective_pid) && length >= sizeof(pid_t)) { in necp_find_conn_netstat_data()
7044 memcpy(effective_pid, value, sizeof(pid_t)); in necp_find_conn_netstat_data()
7113 pid_t effective_pid = client->proc_pid; in necp_request_conn_netstats() local
7114 …necp_find_conn_netstat_data(client, &desc->ifnet_properties, &effective_pid, &desc->puuid, &desc->… in necp_request_conn_netstats()
7115 desc->epid = (u_int32_t)effective_pid; in necp_request_conn_netstats()
7345 flow_info.nfi_effective_pid = parsed_parameters.effective_pid; in necp_client_add()
8370 parameters->epid = parsed_parameters.effective_pid; in necp_client_copy_parameters_locked()