Searched refs:ip6tables_targets (Results 1 - 3 of 3) sorted by relevance

/external/iproute2/include/
H A Dip6tables.h125 extern struct ip6tables_target *ip6tables_targets;
/external/iptables/include/
H A Dip6tables.h160 extern struct ip6tables_target *ip6tables_targets;
/external/iptables/
H A Dip6tables.c200 struct ip6tables_target *ip6tables_targets = NULL; variable in typeref:struct:ip6tables_target
392 for (t = ip6tables_targets; t; t = t->next) {
1041 for (ptr = ip6tables_targets; ptr; ptr = ptr->next) {
1229 me->next = ip6tables_targets;
1230 ip6tables_targets = me;
1547 + ip6tables_targets->size);
1561 + ip6tables_targets->userspacesize);
1889 for (t = ip6tables_targets; t; t = t->next) {

Completed in 152 milliseconds