Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/skywalk/packet/
H A Dos_packet_private.h698 #define pkt_aggr_type pkt_com.__p_aggr_type macro
H A Dpacket_common.h963 _CASSERT(sizeof(PKT_ADDR(ph)->pkt_aggr_type == sizeof(uint8_t))); in __packet_get_aggregation_type()
966 return PKT_ADDR(ph)->pkt_aggr_type; in __packet_get_aggregation_type()
/xnu-8792.41.9/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c1413 spkt->pkt_aggr_type = PKT_AGGR_SINGLE_IP; in flow_agg_merge_hdr()
1525 (*spkt)->pkt_aggr_type = PKT_AGGR_SINGLE_IP; in finalize_super_packet()
/xnu-8792.41.9/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c1586 pkt->pkt_aggr_type = PKT_AGGR_SINGLE_IP; in dp_flow_rx_process()