Searched refs:_UUID_COPY (Results 1 – 5 of 5) sorted by relevance
| /xnu-8796.141.3/bsd/skywalk/packet/ |
| H A D | packet_kern.c | 682 _UUID_COPY(p2->pkt_flowsrc_id, p1->pkt_flowsrc_id); in kern_packet_clone_internal() 683 _UUID_COPY(p2->pkt_policy_euuid, p1->pkt_policy_euuid); in kern_packet_clone_internal()
|
| H A D | packet_var.h | 291 #define _UUID_COPY(_dst, _src) do { \ macro
|
| /xnu-8796.141.3/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_dp.c | 1581 _UUID_COPY(pkt->pkt_flow_id, fe->fe_uuid); in dp_flow_rx_process() 1582 _UUID_COPY(pkt->pkt_policy_euuid, fe->fe_eproc_uuid); in dp_flow_rx_process() 2264 _UUID_COPY(dpkt->pkt_flowsrc_id, spkt->pkt_flowsrc_id); in dp_copy_to_dev() 2265 _UUID_COPY(dpkt->pkt_policy_euuid, spkt->pkt_policy_euuid); in dp_copy_to_dev() 2854 _UUID_COPY(pkt->pkt_policy_euuid, fe->fe_eproc_uuid); in dp_flow_tx_process()
|
| /xnu-8796.141.3/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_agg.c | 1851 _UUID_COPY(spkt->pkt_flow_id, fe->fe_uuid); in flow_rx_agg_channel() 1852 _UUID_COPY(spkt->pkt_policy_euuid, fe->fe_eproc_uuid); in flow_rx_agg_channel()
|
| /xnu-8796.141.3/bsd/skywalk/channel/ |
| H A D | channel_ring.c | 1702 _UUID_COPY(kpkt->pkt_flowsrc_id, in kr_internalize_metadata()
|