Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera_flower.c143 struct flow_rule *f_rule = flow_cls_offload_flow_rule(f); in prestera_flower_parse_meta() local
150 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() local
196 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 …]