Home
last modified time | relevance | path

Searched defs:xt_string_info (Results 1 – 2 of 2) sorted by relevance

/external/iptables/include/linux/netfilter/
Dxt_string.h14 struct xt_string_info { struct
15 __u16 from_offset;
16 __u16 to_offset;
17 char algo[XT_STRING_MAX_ALGO_NAME_SIZE];
18 char pattern[XT_STRING_MAX_PATTERN_SIZE];
19 __u8 patlen;
20 union {
28 } u;
31 struct ts_config __attribute__((aligned(8))) *config;
/external/kernel-headers/original/uapi/linux/netfilter/
Dxt_string.h15 struct xt_string_info { struct
16 __u16 from_offset;
17 __u16 to_offset;
18 char algo[XT_STRING_MAX_ALGO_NAME_SIZE];
19 char pattern[XT_STRING_MAX_PATTERN_SIZE];
20 __u8 patlen;
21 union {
29 } u;
32 struct ts_config __attribute__((aligned(8))) *config;