Lines Matching defs:ip6tables_target
65 struct ip6tables_target struct
67 struct ip6tables_target *next; argument
69 ip6t_chainlabel name;
71 const char *version;
74 size_t size;
77 size_t userspacesize;
80 void (*help)(void);
83 void (*init)(struct ip6t_entry_target *t, unsigned int *nfcache);
87 int (*parse)(int c, char **argv, int invert, unsigned int *flags,
92 void (*final_check)(unsigned int flags);
95 void (*print)(const struct ip6t_ip6 *ip,
119 extern void register_target6(struct ip6tables_target *me); argument