Searched refs:pkt_seg_cnt (Results 1 – 4 of 4) sorted by relevance
1420 if (spkt->pkt_seg_cnt == 0) { in flow_agg_merge_hdr()1422 spkt->pkt_seg_cnt = 1; in flow_agg_merge_hdr()1424 _CASSERT(sizeof(result) == sizeof(spkt->pkt_seg_cnt)); in flow_agg_merge_hdr()1425 if (!os_add_overflow(1, spkt->pkt_seg_cnt, &result)) { in flow_agg_merge_hdr()1426 spkt->pkt_seg_cnt = result; in flow_agg_merge_hdr()1842 spkt->pkt_seg_cnt = 1; in flow_rx_agg_channel()
1150 _CASSERT(sizeof(PKT_ADDR(ph)->pkt_seg_cnt == sizeof(uint8_t))); in __packet_get_segment_count()1153 return PKT_ADDR(ph)->pkt_seg_cnt; in __packet_get_segment_count()1160 _CASSERT(sizeof(PKT_ADDR(ph)->pkt_seg_cnt == sizeof(uint8_t))); in __packet_set_segment_count()1163 PKT_ADDR(ph)->pkt_seg_cnt = segcount; in __packet_set_segment_count()
699 #define pkt_seg_cnt pkt_com.__p_seg_cnt macro
1587 pkt->pkt_seg_cnt = 1; in dp_flow_rx_process()