diff options
author | Jakub Kicinski <jakub.kicinski@netronome.com> | 2018-01-24 12:54:24 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-01-24 16:01:11 -0500 |
commit | c846adb6be17d77395c579a61c44d2863e6f9762 (patch) | |
tree | 46014315e7b1f1d4c22b47b514a905cd823ddb99 /include/net/pkt_cls.h | |
parent | 458e704d4d6e71ca28fb30eb7583dbb9169f9bc2 (diff) | |
download | op-kernel-dev-c846adb6be17d77395c579a61c44d2863e6f9762.zip op-kernel-dev-c846adb6be17d77395c579a61c44d2863e6f9762.tar.gz |
net: sched: remove tc_cls_common_offload_init_deprecated()
All users are now converted to tc_cls_common_offload_init().
Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Reviewed-by: Simon Horman <simon.horman@netronome.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.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/net/pkt_cls.h b/include/net/pkt_cls.h index 85cee92..1a41513 100644 --- a/include/net/pkt_cls.h +++ b/include/net/pkt_cls.h @@ -605,17 +605,6 @@ struct tc_cls_common_offload { struct netlink_ext_ack *extack; }; -static inline void -tc_cls_common_offload_init_deprecated(struct tc_cls_common_offload *cls_common, - const struct tcf_proto *tp, - struct netlink_ext_ack *extack) -{ - cls_common->chain_index = tp->chain->index; - cls_common->protocol = tp->protocol; - cls_common->prio = tp->prio; - cls_common->extack = extack; -} - struct tc_cls_u32_knode { struct tcf_exts *exts; struct tc_u32_sel *sel; |