Searched refs:f_rule (Results 1 – 1 of 1) sorted by relevance
143 struct flow_rule *f_rule = flow_cls_offload_flow_rule(f); in prestera_flower_parse_meta() local150 flow_rule_match_meta(f_rule, &match); in prestera_flower_parse_meta()195 struct flow_rule *f_rule = flow_cls_offload_flow_rule(f); in prestera_flower_parse() local196 struct flow_dissector *dissector = f_rule->match.dissector; in prestera_flower_parse()221 if (flow_rule_match_key(f_rule, FLOW_DISSECTOR_KEY_META)) { in prestera_flower_parse()227 if (flow_rule_match_key(f_rule, FLOW_DISSECTOR_KEY_CONTROL)) { in prestera_flower_parse()230 flow_rule_match_control(f_rule, &match); in prestera_flower_parse()238 if (flow_rule_match_key(f_rule, FLOW_DISSECTOR_KEY_BASIC)) { in prestera_flower_parse()241 flow_rule_match_basic(f_rule, &match); in prestera_flower_parse()258 if (flow_rule_match_key(f_rule, FLOW_DISSECTOR_KEY_ETH_ADDRS)) { in prestera_flower_parse()[all …]