commit | ed04bb260d161cab36118537f888329712ad4abe | [log] [tgz] |
---|---|---|
author | Benjamin Poirier <bpoirier@suse.com> | Mon Nov 05 17:00:53 2018 +0900 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Jan 13 10:00:57 2019 +0100 |
tree | d504e6be3b15de6a68340b4818859f8c88057d67 | |
parent | bf2b044bc820cf1d6fa74ff77b09c33886a01568 [diff] |
xfrm: Fix bucket count reported to userspace [ Upstream commit ca92e173ab34a4f7fc4128bd372bd96f1af6f507 ] sadhcnt is reported by `ip -s xfrm state count` as "buckets count", not the hash mask. Fixes: 28d8909bc790 ("[XFRM]: Export SAD info.") Signed-off-by: Benjamin Poirier <bpoirier@suse.com> Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com> Signed-off-by: Sasha Levin <sashal@kernel.org>