|
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 |
| union nf_inet_addr | mask |
Definition at line 35 of file xt_recent.h.
| __u8 check_set |
Definition at line 38 of file xt_recent.h.
| __u32 hit_count |
Definition at line 37 of file xt_recent.h.
| __u8 invert |
Definition at line 39 of file xt_recent.h.
| union nf_inet_addr mask |
Definition at line 42 of file xt_recent.h.
| char name[XT_RECENT_NAME_LEN] |
Definition at line 40 of file xt_recent.h.
| __u32 seconds |
Definition at line 36 of file xt_recent.h.
| __u8 side |
Definition at line 41 of file xt_recent.h.
1.8.2