]> git.ipfire.org Git - people/ms/linux.git/commit
mptcp: drop SK_RECLAIM_* macros
authorPaolo Abeni <pabeni@redhat.com>
Thu, 30 Jun 2022 22:17:55 +0000 (15:17 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 Jul 2022 12:24:59 +0000 (13:24 +0100)
commitd24141fe7b48d3572afb673ae350cf0e88caba6c
tree57958b8c7ffaab408e1c1a41ad301a2fee3194a4
parent4aaa1685f750b293316d2a09cde2ea25be2a5de2
mptcp: drop SK_RECLAIM_* macros

After commit 4890b686f408 ("net: keep sk->sk_forward_alloc as small as
possible"), the MPTCP protocol is the last SK_RECLAIM_CHUNK and
SK_RECLAIM_THRESHOLD users.

Update the MPTCP reclaim schema to match the core/TCP one and drop the
mentioned macros. This additionally clean the MPTCP code a bit.

Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/mptcp/protocol.c