Searched refs:_UUID_COPY (Results 1 – 5 of 5) sorted by relevance
| /xnu-8019.80.24/bsd/skywalk/packet/ |
| H A D | packet_kern.c | 663 _UUID_COPY(p2->pkt_flowsrc_id, p1->pkt_flowsrc_id); in kern_packet_clone_internal() 664 _UUID_COPY(p2->pkt_policy_euuid, p1->pkt_policy_euuid); in kern_packet_clone_internal()
|
| H A D | packet_var.h | 251 #define _UUID_COPY(_dst, _src) do { \ macro
|
| /xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_dp.c | 1553 _UUID_COPY(pkt->pkt_flow_id, fe->fe_uuid); in dp_flow_rx_process() 1554 _UUID_COPY(pkt->pkt_policy_euuid, fe->fe_eproc_uuid); in dp_flow_rx_process() 1994 _UUID_COPY(dpkt->pkt_flowsrc_id, spkt->pkt_flowsrc_id); in dp_copy_to_dev() 1995 _UUID_COPY(dpkt->pkt_policy_euuid, spkt->pkt_policy_euuid); in dp_copy_to_dev() 2580 _UUID_COPY(pkt->pkt_policy_euuid, fe->fe_eproc_uuid); in dp_flow_tx_process()
|
| /xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_agg.c | 1698 _UUID_COPY(spkt->pkt_flow_id, fe->fe_uuid); in flow_rx_agg_channel() 1699 _UUID_COPY(spkt->pkt_policy_euuid, fe->fe_eproc_uuid); in flow_rx_agg_channel()
|
| /xnu-8019.80.24/bsd/skywalk/channel/ |
| H A D | channel_ring.c | 1689 _UUID_COPY(kpkt->pkt_flowsrc_id, in kr_internalize_metadata()
|