diff options
author | Eric Dumazet <edumazet@google.com> | 2019-06-09 02:58:51 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-06-10 05:10:19 +0200 |
commit | c67b85558ff20cb1ff20874461d12af456bee5d0 (patch) | |
tree | 74fbc1da8b19b683614d91c512a4a73c04a873a9 /ipc | |
parent | Merge branch 'RGMII-delays-for-SJA1105-DSA-driver' (diff) | |
download | linux-c67b85558ff20cb1ff20874461d12af456bee5d0.tar.xz linux-c67b85558ff20cb1ff20874461d12af456bee5d0.zip |
ipv6: tcp: send consistent autoflowlabel in TIME_WAIT state
In case autoflowlabel is in action, skb_get_hash_flowi6()
derives a non zero skb->hash to the flowlabel.
If skb->hash is zero, a flow dissection is performed.
Since all TCP skbs sent from ESTABLISH state inherit their
skb->hash from sk->sk_txhash, we better keep a copy
of sk->sk_txhash into the TIME_WAIT socket.
After this patch, ACK or RST packets sent on behalf of
a TIME_WAIT socket have the flowlabel that was previously
used by the flow.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'ipc')
0 files changed, 0 insertions, 0 deletions