]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mptcp: support rstreason for passive reset
authorJason Xing <kernelxing@tencent.com>
Thu, 25 Apr 2024 03:13:38 +0000 (11:13 +0800)
committerPaolo Abeni <pabeni@redhat.com>
Fri, 26 Apr 2024 13:34:00 +0000 (15:34 +0200)
commit3e140491dd80d8643261a21efde3ce2ff6fb9fdf
tree7b0acb322d0d480affef63ed96d717d74b523a7c
parent120391ef9ca8fe8f82ea3f2961ad802043468226
mptcp: support rstreason for passive reset

It relies on what reset options in the skb are as rfc8684 says. Reusing
this logic can save us much energy. This patch replaces most of the prior
NOT_SPECIFIED reasons.

Signed-off-by: Jason Xing <kernelxing@tencent.com>
Reviewed-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
net/mptcp/protocol.h
net/mptcp/subflow.c