]> git.ipfire.org Git - thirdparty/iproute2.git/commit
ss: mptcp: print out subflows_total counter
authorGeliang Tang <geliang.tang@linux.dev>
Thu, 30 Nov 2023 11:40:36 +0000 (19:40 +0800)
committerDavid Ahern <dsahern@kernel.org>
Wed, 6 Dec 2023 17:08:59 +0000 (17:08 +0000)
commitb6df01d17752d746cdca6383db21d34279f0d1f4
tree872c30e0f555283e7e1ca605cb34f29d2b579151
parent7775a2306baf4738cd2a8e9d3b753c07cc8e1183
ss: mptcp: print out subflows_total counter

A new counter mptcpi_subflows_total has been added in mptcpi_flags
to count the total amount of subflows from mptcp_info including the
initial one into kernel in this commit:

  6ebf6f90ab4a ("mptcp: add mptcpi_subflows_total counter")

This patch prints out this counter into mptcp_stats output.

Acked-by: Matthieu Baerts <matttbe@kernel.org>
Signed-off-by: Geliang Tang <geliang.tang@linux.dev>
Signed-off-by: David Ahern <dsahern@kernel.org>
misc/ss.c