Home
last modified time | relevance | path

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

/aosp_15_r20/external/iproute2/include/
H A Dxtables.h283 struct xtables_target struct
291 struct xtables_target *next; argument
294 const char *name;
297 const char *real_name;
300 uint8_t revision;
303 uint8_t ext_flags;
305 uint16_t family;
309 size_t size;
312 size_t userspacesize;
315 void (*help)(void);
[all …]
/aosp_15_r20/external/iptables/include/
H A Dxtables.h303 struct xtables_target { struct
310 struct xtables_target *next; argument
313 const char *name;
316 const char *real_name;
319 uint8_t revision;
322 uint8_t ext_flags;
324 uint16_t family;
328 size_t size;
331 size_t userspacesize;
334 void (*help)(void);
[all …]