]> git.baikalelectronics.ru Git - kernel.git/commit
sctp: count singleton chunks in assoc user stats
authorJamie Bainbridge <jamie.bainbridge@gmail.com>
Sun, 3 Apr 2022 23:47:48 +0000 (09:47 +1000)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 5 Apr 2022 07:51:12 +0000 (09:51 +0200)
commit507659e9c0f05ed0ef8bce887f8ade1c61458c7d
treeac6af838fa9edf6aa049c9d94bfdc5bbb51bedeb
parent978971df82840b37a6a72fbbcf1966e3d577b88a
sctp: count singleton chunks in assoc user stats

Singleton chunks (INIT, HEARTBEAT PMTU probes, and SHUTDOWN-
COMPLETE) are not counted in SCTP_GET_ASOC_STATS "sas_octrlchunks"
counter available to the assoc owner.

These are all control chunks so they should be counted as such.

Add counting of singleton chunks so they are properly accounted for.

Fixes: 5e1505adf00b ("sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STATS call")
Signed-off-by: Jamie Bainbridge <jamie.bainbridge@gmail.com>
Acked-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Link: https://lore.kernel.org/r/c9ba8785789880cf07923b8a5051e174442ea9ee.1649029663.git.jamie.bainbridge@gmail.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
net/sctp/outqueue.c