#include <xt_string.h>
Public Member Functions | |
| struct ts_config | __attribute__ ((aligned(8)))*config |
Data Fields | |
| __u16 | from_offset |
| __u16 | to_offset |
| char | algo [XT_STRING_MAX_ALGO_NAME_SIZE] |
| char | pattern [XT_STRING_MAX_PATTERN_SIZE] |
| __u8 | patlen |
| union { | |
| struct { | |
| __u8 invert | |
| } v0 | |
| struct { | |
| __u8 flags | |
| } v1 | |
| } | u |
| struct ts_config xt_string_info::__attribute__ | ( | (aligned(8)) | ) |
| char xt_string_info::algo[XT_STRING_MAX_ALGO_NAME_SIZE] |
| __u8 xt_string_info::flags |
| __u16 xt_string_info::from_offset |
| __u8 xt_string_info::invert |
| __u8 xt_string_info::patlen |
| char xt_string_info::pattern[XT_STRING_MAX_PATTERN_SIZE] |
| __u16 xt_string_info::to_offset |
| union { ... } xt_string_info::u |
| struct { ... } xt_string_info::v0 |
| struct { ... } xt_string_info::v1 |