genetlink: refactor the cmd <> policy mapping dump
authorJakub Kicinski <kuba@kernel.org>
Fri, 4 Nov 2022 19:13:31 +0000 (12:13 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 7 Nov 2022 12:30:16 +0000 (12:30 +0000)
commitff14adbd8779f098576ffdb98381809ed8e40dfe
treee5ce47940111da476dd6e4dcc2ebb78f1ec0b9b7
parente2dbda0fd2aec4ff43f5772b1b251786d257f407
genetlink: refactor the cmd <> policy mapping dump

The code at the top of ctrl_dumppolicy() dumps mappings between
ops and policies. It supports dumping both the entire family and
single op if dump is filtered. But both of those cases are handled
inside a loop, which makes the logic harder to follow and change.
Refactor to split the two cases more clearly.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Reviewed-by: Jacob Keller <jacob.e.keller@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/netlink/genetlink.c