commit | ddcf3b70c5ae8444e920d28e30e7ad4e866c8015 | [log] [tgz] |
---|---|---|
author | Jakub Kicinski <kuba@kernel.org> | Mon Oct 05 15:07:37 2020 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Oct 06 06:25:55 2020 -0700 |
tree | 37b80b5548642d33d52980fa928628650677dda8 | |
parent | 329d9c333ee4a904341d555b72cd6218f4104d53 [diff] |
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>