Searched defs:iptables_match (Results 1 – 1 of 1) sorted by relevance
35 struct iptables_match struct37 struct iptables_match *next; argument39 ipt_chainlabel name;42 u_int8_t revision;44 const char *version;47 size_t size;50 size_t userspacesize;53 void (*help)(void);56 void (*init)(struct ipt_entry_match *m, unsigned int *nfcache);60 int (*parse)(int c, char **argv, int invert, unsigned int *flags,[all …]