]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
netfilter: bitwise: add helper for dumping boolean operations.
authorJeremy Sowden <jeremy@azazel.net>
Wed, 15 Jan 2020 20:05:54 +0000 (20:05 +0000)
committerPablo Neira Ayuso <pablo@netfilter.org>
Thu, 16 Jan 2020 14:52:00 +0000 (15:52 +0100)
commit4d57ca2be146bdb272b57892ec59cd273f9ef3fc
tree396f13410da5d44f318b6c850a3d4eadf3dea418
parent71d6ded3ac496f9a6563752917921b7db0f38a34
netfilter: bitwise: add helper for dumping boolean operations.

Split the code specific to dumping bitwise boolean operations out into a
separate function.  A similar function will be added later for shift
operations.

Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/nft_bitwise.c