Lines Matching defs:cls
616 struct flow_cls_offload *cls,
619 struct flow_rule *rule = flow_cls_offload_flow_rule(cls);
654 qos->ale_bc_ratelimit.cookie = cls->cookie;
662 qos->ale_mc_ratelimit.cookie = cls->cookie;
707 struct flow_cls_offload *cls)
709 struct flow_rule *rule = flow_cls_offload_flow_rule(cls);
710 struct netlink_ext_ack *extack = cls->common.extack;
721 return am65_cpsw_qos_clsflower_add_policer(port, extack, cls,
732 static int am65_cpsw_qos_delete_clsflower(struct am65_cpsw_port *port, struct flow_cls_offload *cls)
736 if (cls->cookie == qos->ale_bc_ratelimit.cookie) {
742 if (cls->cookie == qos->ale_mc_ratelimit.cookie) {