OSDN Git Service

mptcp: add the mibs for MP_FASTCLOSE
authorGeliang Tang <geliang.tang@suse.com>
Fri, 4 Mar 2022 19:36:27 +0000 (11:36 -0800)
committerJakub Kicinski <kuba@kernel.org>
Sat, 5 Mar 2022 05:54:29 +0000 (21:54 -0800)
commit1e75629cb964b5b2fdf79553da8d1a3c72b62faa
tree91ba1b9a1e63e53fc13da26b33b948eeecf99795
parent9a0a93672c14feaf441c7078c00065c5d163d12a
mptcp: add the mibs for MP_FASTCLOSE

This patch added two more mibs for MP_FASTCLOSE, MPTCP_MIB_MPFASTCLOSETX
for the MP_FASTCLOSE sending and MPTCP_MIB_MPFASTCLOSERX for receiving.

Also added a debug log for MP_FASTCLOSE receiving, printed out the recv_key
of MP_FASTCLOSE in mptcp_parse_option to show that MP_RST is received.

Signed-off-by: Geliang Tang <geliang.tang@suse.com>
Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/mptcp/mib.c
net/mptcp/mib.h
net/mptcp/options.c