diff options
author | wenxu <wenxu@ucloud.cn> | 2020-07-19 15:30:37 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-07-31 19:47:14 +0300 |
commit | fbff97eb6f4a94a3f15f685bed604c9adc29ac3e (patch) | |
tree | c35e03aaeaa768fa8629dc61f6e21a8ed3cef6f8 /scripts/gdb/linux/utils.py | |
parent | 8480cda9d1d84c5ce18e2a93f9fedae1e63b7ff2 (diff) | |
download | linux-fbff97eb6f4a94a3f15f685bed604c9adc29ac3e.tar.xz |
net/sched: act_ct: fix restore the qdisc_skb_cb after defrag
[ Upstream commit ae372cb1750f6c95370f92fe5f5620e0954663ba ]
The fragment packets do defrag in tcf_ct_handle_fragments
will clear the skb->cb which make the qdisc_skb_cb clear
too. So the qdsic_skb_cb should be store before defrag and
restore after that.
It also update the pkt_len after all the
fragments finish the defrag to one packet and make the
following actions counter correct.
Fixes: b57dc7c13ea9 ("net/sched: Introduce action ct")
Signed-off-by: wenxu <wenxu@ucloud.cn>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions