Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c846adb6 authored by Jakub Kicinski's avatar Jakub Kicinski Committed by David S. Miller
Browse files

net: sched: remove tc_cls_common_offload_init_deprecated()



All users are now converted to tc_cls_common_offload_init().

Signed-off-by: default avatarJakub Kicinski <jakub.kicinski@netronome.com>
Reviewed-by: default avatarSimon Horman <simon.horman@netronome.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 458e704d
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -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;