Searched refs:iptables_target (Results 1 – 2 of 2) sorted by relevance
88 struct iptables_target struct90 struct iptables_target *next; argument145 extern void register_target(struct iptables_target *me); argument160 extern struct iptables_target *iptables_targets;168 extern struct iptables_target *find_target(const char *name, enum ipt_tryload);
54 static struct iptables_target *t_list = NULL;62 register_target(struct iptables_target *me) in register_target()72 xtables_register_target(struct iptables_target *me) in xtables_register_target()208 static struct iptables_target *211 struct iptables_target *m; in find_t()220 static struct iptables_target *226 struct iptables_target *m; in get_target_name()290 m = (struct iptables_target *) dlsym(handle, lname); in get_target_name()358 build_st(struct iptables_target *target, struct ipt_entry_target *t) in build_st()388 struct iptables_target *m = NULL; in parse_ipt()[all …]