Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/skywalk/packet/ !
H A Dos_packet_private.h682 #define pkt_aggr_type pkt_com.__p_aggr_type macro
H A Dpacket_common.h1007 _CASSERT(sizeof(PKT_ADDR(ph)->pkt_aggr_type == sizeof(uint8_t))); in __packet_get_aggregation_type()
1010 return PKT_ADDR(ph)->pkt_aggr_type; in __packet_get_aggregation_type()
/xnu-10063.101.15/bsd/skywalk/nexus/flowswitch/flow/ !
H A Dflow_agg.c1410 spkt->pkt_aggr_type = PKT_AGGR_SINGLE_IP; in flow_agg_merge_hdr()
1522 (*spkt)->pkt_aggr_type = PKT_AGGR_SINGLE_IP; in finalize_super_packet()
/xnu-10063.101.15/bsd/skywalk/nexus/flowswitch/ !
H A Dfsw_dp.c1869 pkt->pkt_aggr_type = PKT_AGGR_SINGLE_IP; in dp_flow_rx_process()