Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/skywalk/packet/
H A Dos_packet_private.h657 #define pkt_aggr_type pkt_com.__p_aggr_type macro
H A Dpacket_common.h855 _CASSERT(sizeof(PKT_ADDR(ph)->pkt_aggr_type == sizeof(uint8_t))); in __packet_get_aggregation_type()
858 return PKT_ADDR(ph)->pkt_aggr_type; in __packet_get_aggregation_type()
/xnu-8020.101.4/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c1327 spkt->pkt_aggr_type = PKT_AGGR_SINGLE_IP; in flow_agg_merge_hdr()
1661 spkt->pkt_aggr_type = in flow_rx_agg_channel()
1722 spkt->pkt_aggr_type = PKT_AGGR_SINGLE_IP; in flow_rx_agg_channel()
/xnu-8020.101.4/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c1554 pkt->pkt_aggr_type = PKT_AGGR_SINGLE_IP; in dp_flow_rx_process()