Searched defs:xtables_match (Results 1 – 2 of 2) sorted by relevance
209 struct xtables_match struct217 struct xtables_match *next; argument219 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 …]
235 struct xtables_match { struct242 struct xtables_match *next; argument244 const char *name;245 const char *real_name;248 uint8_t revision;251 uint8_t ext_flags;253 uint16_t family;256 size_t size;259 size_t userspacesize;262 void (*help)(void);[all …]