mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-20 00:06:14 +07:00
netfilter: ipset: Use fix sized type for timeout in the extension part
Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
This commit is contained in:
parent
20b2fab483
commit
b8cd97865c
@ -67,7 +67,7 @@ enum ip_set_offset {
|
||||
#define SET_WITH_COUNTER(s) ((s)->extensions & IPSET_EXT_COUNTER)
|
||||
|
||||
struct ip_set_ext {
|
||||
unsigned long timeout;
|
||||
u32 timeout;
|
||||
u64 packets;
|
||||
u64 bytes;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user