Searched refs:DONT_LOAD (Results 1 - 7 of 7) sorted by relevance

/external/iproute2/include/
H A Dxt-internal.h30 DONT_LOAD, enumerator in enum:xt_tryload
H A Dip6tables.h128 DONT_LOAD, enumerator in enum:ip6t_tryload
H A Diptables.h163 DONT_LOAD, enumerator in enum:ipt_tryload
/external/iptables/include/
H A Dip6tables.h163 DONT_LOAD, enumerator in enum:ip6t_tryload
H A Diptables.h177 DONT_LOAD, enumerator in enum:ipt_tryload
/external/iptables/
H A Dip6tables.c776 if (!ptr && tryload != DONT_LOAD && tryload != DURING_LOAD) {
783 ptr = find_match(name, DONT_LOAD, NULL);
796 if (tryload != DONT_LOAD)
1047 if (!ptr && tryload != DONT_LOAD && tryload != DURING_LOAD) {
1054 ptr = find_target(name, DONT_LOAD);
1066 if (tryload != DONT_LOAD)
2260 && (!find_proto(protocol, DONT_LOAD,
2262 || (find_proto(protocol, DONT_LOAD,
H A Diptables.c759 if (!ptr && tryload != DONT_LOAD && tryload != DURING_LOAD) {
766 ptr = find_match(name, DONT_LOAD, NULL);
779 if (tryload != DONT_LOAD)
1079 if (!ptr && tryload != DONT_LOAD && tryload != DURING_LOAD) {
1086 ptr = find_target(name, DONT_LOAD);
1098 if (tryload != DONT_LOAD)
2355 && (!find_proto(protocol, DONT_LOAD,
2357 || (find_proto(protocol, DONT_LOAD,

Completed in 70 milliseconds