Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_node/
H A Dpkt_cls.c38 uint8_t l0, l1, l2, l3, last_type; in pkt_cls_node_process() local
58 last_type = ctx->l2l3_type; in pkt_cls_node_process()
59 next_index = p_nxt[last_type]; in pkt_cls_node_process()
93 uint8_t fix_spec = (last_type ^ l0) | (last_type ^ l1) | in pkt_cls_node_process()
94 (last_type ^ l2) | (last_type ^ l3); in pkt_cls_node_process()
146 if ((last_type != l3) && (l2 == l3) && in pkt_cls_node_process()
158 last_type = l3; in pkt_cls_node_process()
163 last_type = l3; in pkt_cls_node_process()
180 if (unlikely((l0 != last_type) && in pkt_cls_node_process()
209 ctx->l2l3_type = last_type; in pkt_cls_node_process()