Home
last modified time | relevance | path

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

/aosp_15_r20/external/iproute2/include/
H A Dxtables.h209 struct xtables_match struct
217 struct xtables_match *next; argument
219 const char *name;
220 const char *real_name;
223 uint8_t revision;
226 uint8_t ext_flags;
228 uint16_t family;
231 size_t size;
234 size_t userspacesize;
237 void (*help)(void);
[all …]
/aosp_15_r20/external/iptables/include/
H A Dxtables.h226 struct xtables_match { struct
233 struct xtables_match *next; argument
235 const char *name;
236 const char *real_name;
239 uint8_t revision;
242 uint8_t ext_flags;
244 uint16_t family;
247 size_t size;
250 size_t userspacesize;
253 void (*help)(void);
[all …]