Lines Matching refs:cls
197 struct flow_cls_offload *cls,
200 struct flow_rule *rule = flow_cls_offload_flow_rule(cls);
344 struct flow_cls_offload *cls, bool ingress)
346 struct flow_rule *rule = flow_cls_offload_flow_rule(cls);
347 struct netlink_ext_ack *extack = cls->common.extack;
350 unsigned long cookie = cls->cookie;
357 rc = sja1105_flower_parse_key(priv, extack, cls, &key);
460 struct flow_cls_offload *cls, bool ingress)
463 struct sja1105_rule *rule = sja1105_rule_find(priv, cls->cookie);
471 return sja1105_vl_delete(priv, port, rule, cls->common.extack);
500 struct flow_cls_offload *cls, bool ingress)
503 struct sja1105_rule *rule = sja1105_rule_find(priv, cls->cookie);
512 rc = sja1105_vl_stats(priv, port, rule, &cls->stats,
513 cls->common.extack);