net: sched: move frag check and tc_skb_cb update out of handle_fragments
authorXin Long <lucien.xin@gmail.com>
Tue, 7 Feb 2023 22:52:09 +0000 (17:52 -0500)
committerJakub Kicinski <kuba@kernel.org>
Sat, 11 Feb 2023 00:23:03 +0000 (16:23 -0800)
commit558d95e7e11cd9844806e804f4c1243f2c744b00
tree35ca3b9f4e515a64346d3334f0663aeaa5757178
parent1b83bf4489cbc47d88976291cc967a17adb8e118
net: sched: move frag check and tc_skb_cb update out of handle_fragments

This patch has no functional changes and just moves frag check and
tc_skb_cb update out of handle_fragments, to make it easier to move
the duplicate code from handle_fragments() into nf_conntrack_ovs later.

Signed-off-by: Xin Long <lucien.xin@gmail.com>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Acked-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/sched/act_ct.c