Lines Matching refs:cls
196 struct flow_cls_offload *cls,
199 struct flow_rule *rule = flow_cls_offload_flow_rule(cls);
303 struct flow_cls_offload *cls, bool ingress)
305 struct flow_rule *rule = flow_cls_offload_flow_rule(cls);
306 struct netlink_ext_ack *extack = cls->common.extack;
309 unsigned long cookie = cls->cookie;
316 rc = sja1105_flower_parse_key(priv, extack, cls, &key);
417 struct flow_cls_offload *cls, bool ingress)
420 struct sja1105_rule *rule = sja1105_rule_find(priv, cls->cookie);
428 return sja1105_vl_delete(priv, port, rule, cls->common.extack);
457 struct flow_cls_offload *cls, bool ingress)
460 struct sja1105_rule *rule = sja1105_rule_find(priv, cls->cookie);
469 rc = sja1105_vl_stats(priv, port, rule, &cls->stats,
470 cls->common.extack);