Searched refs:xtables_targets (Results 1 – 6 of 6) sorted by relevance
58 extern struct xtables_target *xtables_targets;
177 struct xtables_target *xtables_targets; variable706 for (ptr = xtables_targets; ptr; ptr = ptr->next) { in xtables_find_target()984 for (i = &xtables_targets; *i!=old; i = &(*i)->next); in xtables_fully_register_pending_target()996 me->next = xtables_targets; in xtables_fully_register_pending_target()997 xtables_targets = me; in xtables_fully_register_pending_target()
295 print_extension_helps(xtables_targets, matches); in exit_printhelp()1395 for (t = xtables_targets; t; t = t->next) { in do_command4()
282 print_extension_helps(xtables_targets, matches); in exit_printhelp()1366 for (t = xtables_targets; t; t = t->next) { in do_command6()
383 extern struct xtables_target *xtables_targets;