This patch series replaces POSIX u_int8_t/u_int16_t/u_int32_t with the preferred kernel types u8/u16/u32 across several netfilter files and updates the corresponding header definition.
This continues the work started in: https://lore.kernel.org/all/[email protected] No functional changes. Carlos Grillet (4): netfilter: ip_vs_core: replace u_int32_t with u32 netfilter: nf_conntrack_sip: replace u_int16_t with u16 netfilter: nf_nat_amanda: replace u_int16_t with u16 netfilter: nfnetlink_osf: replace u_int8_t with u8 include/linux/netfilter/nfnetlink_osf.h | 2 +- net/netfilter/ipvs/ip_vs_core.c | 2 +- net/netfilter/nf_conntrack_sip.c | 2 +- net/netfilter/nf_nat_amanda.c | 2 +- net/netfilter/nfnetlink_osf.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) -- 2.55.0

