Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/net/
H A Dif_ports_used.c1023 uuid_copy(npi.npi_owner_uuid, so->last_uuid); in if_ports_used_add_inpcb()
1123 proc_getexecutableuuid(proc, npi.npi_owner_uuid, sizeof(npi.npi_owner_uuid)); in if_ports_used_add_flow_entry()
1133 uuid_copy(npi.npi_effective_uuid, npi.npi_owner_uuid); in if_ports_used_add_flow_entry()
1309 uuid_copy(in_npi->npi_owner_uuid, best_match->npe_npi.npi_owner_uuid); in net_port_info_find_match()
1673 uuid_copy(event_data.wake_pkt_owner_uuid, npi->npi_owner_uuid); in if_notify_wake_packet()
H A Dif_ports_used.h125 uuid_t npi_owner_uuid; member