netfilter: nf_tables: use correct integer types
authorFlorian Westphal <fw@strlen.de>
Thu, 23 Jun 2022 13:05:13 +0000 (15:05 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 11 Jul 2022 14:40:46 +0000 (16:40 +0200)
commitffb3d9a30cc67a59865f50ae22e2496a5d0025eb
tree48eaf2da83e196d79a0a7ff1530681e5f48d7748
parent7278b3c1e4ebf6f9c4cda07600f19824857c81fe
netfilter: nf_tables: use correct integer types

Sparse tool complains about mixing of different endianess
types, so use the correct ones.

Add type casts where needed.

objdiff shows no changes except in nft_tunnel (type is changed).

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/nft_cmp.c
net/netfilter/nft_ct.c
net/netfilter/nft_exthdr.c
net/netfilter/nft_tunnel.c