Searched refs:pkt_seg_cnt (Results 1 – 4 of 4) sorted by relevance
1417 if (spkt->pkt_seg_cnt == 0) { in flow_agg_merge_hdr()1419 spkt->pkt_seg_cnt = 1; in flow_agg_merge_hdr()1421 _CASSERT(sizeof(result) == sizeof(spkt->pkt_seg_cnt)); in flow_agg_merge_hdr()1422 if (!os_add_overflow(1, spkt->pkt_seg_cnt, &result)) { in flow_agg_merge_hdr()1423 spkt->pkt_seg_cnt = result; in flow_agg_merge_hdr()1839 spkt->pkt_seg_cnt = 1; in flow_rx_agg_channel()
1175 _CASSERT(sizeof(PKT_ADDR(ph)->pkt_seg_cnt == sizeof(uint8_t))); in __packet_get_segment_count()1178 return PKT_ADDR(ph)->pkt_seg_cnt; in __packet_get_segment_count()1185 _CASSERT(sizeof(PKT_ADDR(ph)->pkt_seg_cnt == sizeof(uint8_t))); in __packet_set_segment_count()1188 PKT_ADDR(ph)->pkt_seg_cnt = segcount; in __packet_set_segment_count()
683 #define pkt_seg_cnt pkt_com.__p_seg_cnt macro
1870 pkt->pkt_seg_cnt = 1; in dp_flow_rx_process()