Searched refs:xtables_targets (Results 1 – 5 of 5) sorted by relevance
58 extern struct xtables_target *xtables_targets;
185 struct xtables_target *xtables_targets; variable714 for (ptr = xtables_targets; ptr; ptr = ptr->next) { in xtables_find_target()1053 for (i = &xtables_targets; *i!=old; i = &(*i)->next); in xtables_fully_register_pending_target()1065 me->next = xtables_targets; in xtables_fully_register_pending_target()1066 xtables_targets = me; in xtables_fully_register_pending_target()
414 extern struct xtables_target *xtables_targets;
269 print_extension_helps(xtables_targets, matches); in exit_printhelp()1324 for (t = xtables_targets; t; t = t->next) { in do_command6()
263 print_extension_helps(xtables_targets, matches); in exit_printhelp()1320 for (t = xtables_targets; t; t = t->next) { in do_command4()