netlink: create helpers for checking type is an int
authorJakub Kicinski <kuba@kernel.org>
Mon, 5 Oct 2020 22:07:37 +0000 (15:07 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 6 Oct 2020 13:25:55 +0000 (06:25 -0700)
commitddcf3b70c5ae8444e920d28e30e7ad4e866c8015
tree37b80b5548642d33d52980fa928628650677dda8
parent329d9c333ee4a904341d555b72cd6218f4104d53
netlink: create helpers for checking type is an int

There's a number of policies which check if type is a uint or sint.
Factor the checking against the list of value sizes to a helper
for easier reuse.

v2: - new patch

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/netlink.h