Searched refs:xtables_targets (Results 1 – 9 of 9) sorted by relevance
58 extern struct xtables_target *xtables_targets;
415 extern struct xtables_target *xtables_targets;
335 for (t = xtables_targets; t; t = t->next) { in ebt_list_extensions()769 for (t = xtables_targets; t; t = t->next) { in do_commandeb()941 ebt_list_extensions(xtables_targets, cs.matches); in do_commandeb()1256 for (w = xtables_targets; w; w = w->next) { in do_commandeb()
493 for (t = xtables_targets; t; t = t->next) { in exit_printhelp()961 for (t = xtables_targets; t; t = t->next) { in do_commandarp()
253 print_extension_helps(xtables_targets, matches); in exit_printhelp()710 for (t = xtables_targets; t; t = t->next) { in do_parse()
276 print_extension_helps(xtables_targets, matches); in exit_printhelp()1370 for (t = xtables_targets; t; t = t->next) { in do_command6()
269 print_extension_helps(xtables_targets, matches); in exit_printhelp()1364 for (t = xtables_targets; t; t = t->next) { in do_command4()
198 struct xtables_target *xtables_targets; variable738 for (ptr = xtables_targets; ptr; ptr = ptr->next) { in xtables_find_target()1077 for (i = &xtables_targets; *i!=old; i = &(*i)->next); in xtables_fully_register_pending_target()1089 me->next = xtables_targets; in xtables_fully_register_pending_target()1090 xtables_targets = me; in xtables_fully_register_pending_target()
448 extern struct xtables_target *xtables_targets;