]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: do not clear urg_data in tcp_create_openreq_child
authorEric Dumazet <edumazet@google.com>
Thu, 17 Jan 2019 19:23:38 +0000 (11:23 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 18 Jan 2019 06:19:05 +0000 (22:19 -0800)
commit009a57de39b94f66d6bad81df8ae1d7ff15d4ced
tree8f7b3c2da48fd0d1730865ed7f21006a5c87c1b9
parentaea6aa44da5a758a7f3b2ee8985416e0b6ee6e76
tcp: do not clear urg_data in tcp_create_openreq_child

All listeners have this field cleared already, since tcp_disconnect()
clears it and newly created sockets have also a zero value here.

So a clone will inherit a zero value here.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_minisocks.c