Lines Matching defs:f
348 struct flow_cls_offload *f,
351 struct flow_rule *rule = flow_cls_offload_flow_rule(f);
363 f->common.extack);
367 struct flow_cls_offload *f)
371 flow_rule_match_ipv4_addrs(f->rule, &match);
382 struct flow_cls_offload *f)
386 flow_rule_match_ipv6_addrs(f->rule, &match);
416 struct flow_cls_offload *f,
419 const struct flow_rule *rule = flow_cls_offload_flow_rule(f);
426 NL_SET_ERR_MSG_MOD(f->common.extack, "Only UDP and TCP keys are supported");
444 struct flow_cls_offload *f, u8 ip_proto)
446 const struct flow_rule *rule = flow_cls_offload_flow_rule(f);
454 NL_SET_ERR_MSG_MOD(f->common.extack, "Only UDP and TCP keys are supported");
470 f->common.extack, &prr_index);
488 f->common.extack, &prr_index);
505 struct flow_cls_offload *f,
508 const struct flow_rule *rule = flow_cls_offload_flow_rule(f);
515 NL_SET_ERR_MSG_MOD(f->common.extack, "TCP keys supported only for TCP");
523 NL_SET_ERR_MSG_MOD(f->common.extack, "TCP flags match not supported on reserved bits");
536 struct flow_cls_offload *f,
539 const struct flow_rule *rule = flow_cls_offload_flow_rule(f);
546 NL_SET_ERR_MSG_MOD(f->common.extack, "IP keys supported only for IPv4/6");
570 struct flow_cls_offload *f)
572 struct flow_rule *rule = flow_cls_offload_flow_rule(f);
593 NL_SET_ERR_MSG_MOD(f->common.extack, "Unsupported key");
597 mlxsw_sp_acl_rulei_priority(rulei, f->common.prio);
599 err = mlxsw_sp_flower_parse_meta(rulei, f, block);
610 f->common.extack))
664 NL_SET_ERR_MSG_MOD(f->common.extack, "vlan_id key is not supported on egress");
686 mlxsw_sp_flower_parse_ipv4(rulei, f);
689 mlxsw_sp_flower_parse_ipv6(rulei, f);
691 err = mlxsw_sp_flower_parse_ports(mlxsw_sp, rulei, f, ip_proto);
695 err = mlxsw_sp_flower_parse_ports_range(mlxsw_sp, rulei, f, ip_proto);
699 err = mlxsw_sp_flower_parse_tcp(mlxsw_sp, rulei, f, ip_proto);
703 err = mlxsw_sp_flower_parse_ip(mlxsw_sp, rulei, f, n_proto_key & n_proto_mask);
708 &f->rule->action,
709 f->common.extack);
713 struct flow_cls_offload *f)
720 err = mlxsw_sp_mall_prio_get(block, f->common.chain_index,
726 NL_SET_ERR_MSG(f->common.extack, "Failed to get matchall priorities");
729 if (ingress && f->common.prio <= mall_min_prio) {
730 NL_SET_ERR_MSG(f->common.extack, "Failed to add in front of existing matchall rules");
733 if (!ingress && f->common.prio >= mall_max_prio) {
734 NL_SET_ERR_MSG(f->common.extack, "Failed to add behind of existing matchall rules");
742 struct flow_cls_offload *f)
749 err = mlxsw_sp_flower_mall_prio_check(block, f);
754 f->common.chain_index,
759 rule = mlxsw_sp_acl_rule_create(mlxsw_sp, ruleset, f->cookie, NULL,
760 f->common.extack);
767 err = mlxsw_sp_flower_parse(mlxsw_sp, block, rulei, f);
793 struct flow_cls_offload *f)
799 f->common.chain_index,
804 rule = mlxsw_sp_acl_rule_lookup(mlxsw_sp, ruleset, f->cookie);
815 struct flow_cls_offload *f)
827 f->common.chain_index,
832 rule = mlxsw_sp_acl_rule_lookup(mlxsw_sp, ruleset, f->cookie);
841 flow_stats_update(&f->stats, bytes, packets, drops, lastuse,
854 struct flow_cls_offload *f)
861 err = mlxsw_sp_flower_parse(mlxsw_sp, block, &rulei, f);
865 f->common.chain_index,
875 struct flow_cls_offload *f)
880 f->common.chain_index,