Lines Matching refs:iptables_target
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()
291 m = (struct iptables_target *) dlsym(handle, lname); in get_target_name()
361 build_st(struct iptables_target *target, struct ipt_entry_target *t) in build_st()
391 struct iptables_target *m = NULL; in parse_ipt()
571 struct iptables_target *m = NULL; in print_ipt()