Home
last modified time | relevance | path

Searched refs:DONT_LOAD (Results 1 – 4 of 4) sorted by relevance

/external/iptables/include/
Dip6tables.h163 DONT_LOAD, enumerator
Diptables.h177 DONT_LOAD, enumerator
/external/iptables/
Dip6tables.c776 if (!ptr && tryload != DONT_LOAD && tryload != DURING_LOAD) { in find_match()
783 ptr = find_match(name, DONT_LOAD, NULL); in find_match()
796 if (tryload != DONT_LOAD) in find_match()
1047 if (!ptr && tryload != DONT_LOAD && tryload != DURING_LOAD) { in find_target()
1054 ptr = find_target(name, DONT_LOAD); in find_target()
1066 if (tryload != DONT_LOAD) in find_target()
2260 && (!find_proto(protocol, DONT_LOAD, in do_command6()
2262 || (find_proto(protocol, DONT_LOAD, in do_command6()
Diptables.c759 if (!ptr && tryload != DONT_LOAD && tryload != DURING_LOAD) { in find_match()
766 ptr = find_match(name, DONT_LOAD, NULL); in find_match()
779 if (tryload != DONT_LOAD) in find_match()
1079 if (!ptr && tryload != DONT_LOAD && tryload != DURING_LOAD) { in find_target()
1086 ptr = find_target(name, DONT_LOAD); in find_target()
1098 if (tryload != DONT_LOAD) in find_target()
2355 && (!find_proto(protocol, DONT_LOAD, in do_command()
2357 || (find_proto(protocol, DONT_LOAD, in do_command()