|
Linux Kernel
3.7.1
|
#include <xt_recent.h>
Data Fields | |
| __u32 | seconds |
| __u32 | hit_count |
| __u8 | check_set |
| __u8 | invert |
| char | name [XT_RECENT_NAME_LEN] |
| __u8 | side |
Definition at line 26 of file xt_recent.h.
| __u8 check_set |
Definition at line 29 of file xt_recent.h.
| __u32 hit_count |
Definition at line 28 of file xt_recent.h.
| __u8 invert |
Definition at line 30 of file xt_recent.h.
| char name[XT_RECENT_NAME_LEN] |
Definition at line 31 of file xt_recent.h.
| __u32 seconds |
Definition at line 27 of file xt_recent.h.
| __u8 side |
Definition at line 32 of file xt_recent.h.
1.8.2