#include <xt_statistic.h>
Public Member Functions | |
| struct xt_statistic_priv *master | __attribute__ ((aligned(8))) |
Data Fields | |
| __u16 | mode |
| __u16 | flags |
| union { | |
| struct { | |
| __u32 probability | |
| } random | |
| struct { | |
| __u32 every | |
| __u32 packet | |
| __u32 count | |
| } nth | |
| } | u |
| struct xt_statistic_priv* master xt_statistic_info::__attribute__ | ( | (aligned(8)) | ) |
| __u32 xt_statistic_info::count |
| __u32 xt_statistic_info::every |
| __u16 xt_statistic_info::flags |
| __u16 xt_statistic_info::mode |
| struct { ... } xt_statistic_info::nth |
| __u32 xt_statistic_info::packet |
| __u32 xt_statistic_info::probability |
| struct { ... } xt_statistic_info::random |
| union { ... } xt_statistic_info::u |