]> www.infradead.org Git - users/jedix/linux-maple.git/commit
tcp: rstreason: introduce SK_RST_REASON_TCP_ABORT_ON_LINGER for active reset
authorJason Xing <kernelxing@tencent.com>
Fri, 2 Aug 2024 10:21:07 +0000 (18:21 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 7 Aug 2024 09:24:45 +0000 (10:24 +0100)
commitedc92b48abc5b21c98eca5d05b98a560d7df2e4d
tree5b231b25754f7ca1e275df01a680d6e10817bf3b
parent90c36325c796cc7111329607a649c34f4979c78e
tcp: rstreason: introduce SK_RST_REASON_TCP_ABORT_ON_LINGER for active reset

Introducing a new type TCP_ABORT_ON_LINGER for tcp reset reason to handle
negative linger value case.

Signed-off-by: Jason Xing <kernelxing@tencent.com>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/rstreason.h
net/ipv4/tcp.c