Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dskywalk_stubs.c105 STUB(kern_packet_get_flow_uuid);
H A Dif_ipsec.c1711 kern_packet_get_flow_uuid(tx_ph, &flow_uuid); in ipsec_netif_sync_rx()
/xnu-8019.80.24/bsd/skywalk/packet/
H A Dos_packet.h661 extern void kern_packet_get_flow_uuid(const kern_packet_t, uuid_t *);
H A Dpacket_kern.c284 kern_packet_get_flow_uuid(const kern_packet_t ph, uuid_t *flow_uuid) in kern_packet_get_flow_uuid() function