diff options
author | 2020-07-19 20:30:37 +0800 | |
---|---|---|
committer | 2020-07-20 18:36:37 -0700 | |
commit | ae372cb1750f6c95370f92fe5f5620e0954663ba (patch) | |
tree | 12e495c274a10e79adf2ec3b2b26f013c472392b /tools/perf/scripts/python/export-to-postgresql.py | |
parent | nfc: s3fwrn5: add missing release on skb in s3fwrn5_recv_frame (diff) | |
download | wireguard-linux-ae372cb1750f6c95370f92fe5f5620e0954663ba.tar.xz wireguard-linux-ae372cb1750f6c95370f92fe5f5620e0954663ba.zip |
net/sched: act_ct: fix restore the qdisc_skb_cb after defrag
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>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions