mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 03:24:19 +02: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