Home
last modified time | relevance | path

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

/external/iproute2/include/
Diptables.h35 struct iptables_match struct
37 struct iptables_match *next; argument
39 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 …]