Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/skywalk/packet/
H A Dos_packet_private.h682 #define pkt_aggr_type pkt_com.__p_aggr_type macro
H A Dpacket_common.h1035 _CASSERT(sizeof(PKT_ADDR(ph)->pkt_aggr_type == sizeof(uint8_t))); in __packet_get_aggregation_type()
1038 return PKT_ADDR(ph)->pkt_aggr_type; in __packet_get_aggregation_type()
/xnu-11215.81.4/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c1458 spkt->pkt_aggr_type = PKT_AGGR_SINGLE_IP; in flow_agg_merge_hdr()
1574 (*spkt)->pkt_aggr_type = PKT_AGGR_SINGLE_IP; in finalize_super_packet()
/xnu-11215.81.4/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c1988 pkt->pkt_aggr_type = PKT_AGGR_SINGLE_IP; in dp_flow_rx_process()