aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/pkt_cls.h
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2019-02-02 12:50:49 +0100
committerDavid S. Miller <davem@davemloft.net>2019-02-06 10:38:26 -0800
commit2cd173e6d542f8e96369608db849b71135d65afb (patch)
treebe32ab0288b9440811908803a3a33b2169d2183e /include/net/pkt_cls.h
parentdrivers: net: use flow action infrastructure (diff)
downloadlinux-dev-2cd173e6d542f8e96369608db849b71135d65afb.tar.xz
linux-dev-2cd173e6d542f8e96369608db849b71135d65afb.zip
cls_flower: don't expose TC actions to drivers anymore
Now that drivers have been converted to use the flow action infrastructure, remove this field from the tc_cls_flower_offload structure. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> Acked-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/pkt_cls.h')
-rw-r--r--include/net/pkt_cls.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/pkt_cls.h b/include/net/pkt_cls.h
index bea1b1c3ea9b..cb8be396a11f 100644
--- a/include/net/pkt_cls.h
+++ b/include/net/pkt_cls.h
@@ -766,7 +766,6 @@ struct tc_cls_flower_offload {
unsigned long cookie;
struct flow_rule *rule;
struct flow_stats stats;
- struct tcf_exts *exts;
u32 classid;
};