]> Git Repo - linux.git/commit
ipv6: tcp: send consistent flowlabel in TIME_WAIT state
authorEric Dumazet <[email protected]>
Wed, 5 Jun 2019 14:55:10 +0000 (07:55 -0700)
committerDavid S. Miller <[email protected]>
Thu, 6 Jun 2019 02:05:01 +0000 (19:05 -0700)
commit50a8accf10627b343109a9c9d5c361751bf753b0
tree6ba062d780e3eab0159704ffca00e167021de7af
parent323a53c41292a0d7efc8748856c623324c8d7c21
ipv6: tcp: send consistent flowlabel in TIME_WAIT state

After commit 1d13a96c74fc ("ipv6: tcp: fix flowlabel value in ACK
messages"), we stored in tw_flowlabel the flowlabel, in the
case ACK packets needed to be sent on behalf of a TIME_WAIT socket.

We can use the same field so that RST packets sent from
TIME_WAIT state also use a consistent flowlabel.

Signed-off-by: Eric Dumazet <[email protected]>
Cc: Florent Fourcot <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
net/ipv6/tcp_ipv6.c
This page took 0.053762 seconds and 4 git commands to generate.