Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_flow_parse.c144 last_pattern = pst->pattern; in otx2_flow_parse_lf()
152 last_pattern = pattern; in otx2_flow_parse_lf()
169 last_pattern, in otx2_flow_parse_lf()
187 pst->pattern = last_pattern; in otx2_flow_parse_lf()
322 pst->last_pattern = pattern; in flow_parse_mpls_label_stack()
330 pst->last_pattern, in flow_parse_mpls_label_stack()
568 last_pattern = pattern; in otx2_flow_parse_lb()
592 last_pattern = pattern; in otx2_flow_parse_lb()
612 last_pattern, in otx2_flow_parse_lb()
636 last_pattern = pattern; in otx2_flow_parse_lb()
[all …]
H A Dotx2_flow.h206 const struct rte_flow_item *last_pattern; /* Temp usage */ member