Home
last modified time | relevance | path

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

/xnu-8796.101.5/bsd/net/
H A Dskywalk_stubs.c114 STUB(kern_packet_get_flow_uuid);
H A Dif_ipsec.c1710 kern_packet_get_flow_uuid(tx_ph, &flow_uuid); in ipsec_netif_sync_rx()
/xnu-8796.101.5/bsd/skywalk/packet/
H A Dos_packet.h764 extern void kern_packet_get_flow_uuid(const kern_packet_t, uuid_t *);
H A Dpacket_kern.c297 kern_packet_get_flow_uuid(const kern_packet_t ph, uuid_t *flow_uuid) in kern_packet_get_flow_uuid() function