mbox series

[net-next,0/2] mptcp: add reset reasons in skb in more cases

Message ID 20240405023914.54872-1-kerneljasonxing@gmail.com (mailing list archive)
Headers show
Series mptcp: add reset reasons in skb in more cases | expand

Message

Jason Xing April 5, 2024, 2:39 a.m. UTC
From: Jason Xing <kernelxing@tencent.com>

The first patch only removes the check while the second adds reasons into
some places.

Jason Xing (2):
  mptcp: don't need to check SKB_EXT_MPTCP in mptcp_reset_option()
  mptcp: add reset reason options in some places

 include/net/mptcp.h |  5 +----
 net/mptcp/subflow.c | 21 ++++++++++++++++++---
 2 files changed, 19 insertions(+), 7 deletions(-)