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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/include/
H A Dip6tables.h128 DONT_LOAD, enumerator in enum:ip6t_tryload
H A Diptables.h163 DONT_LOAD, enumerator in enum:ipt_tryload
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/include/
H A Dip6tables.h163 DONT_LOAD, enumerator in enum:ip6t_tryload
H A Diptables.h177 DONT_LOAD, enumerator in enum:ipt_tryload
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/
H A Dip6tables.c774 if (!ptr && tryload != DONT_LOAD && tryload != DURING_LOAD) {
781 ptr = find_match(name, DONT_LOAD, NULL);
794 if (tryload != DONT_LOAD)
1043 if (!ptr && tryload != DONT_LOAD && tryload != DURING_LOAD) {
1050 ptr = find_target(name, DONT_LOAD);
1062 if (tryload != DONT_LOAD)
2263 && (!find_proto(protocol, DONT_LOAD,
2265 || (find_proto(protocol, DONT_LOAD,
H A Diptables.c751 if (!ptr && tryload != DONT_LOAD && tryload != DURING_LOAD) {
758 ptr = find_match(name, DONT_LOAD, NULL);
771 if (tryload != DONT_LOAD)
1071 if (!ptr && tryload != DONT_LOAD && tryload != DURING_LOAD) {
1078 ptr = find_target(name, DONT_LOAD);
1090 if (tryload != DONT_LOAD)
2352 && (!find_proto(protocol, DONT_LOAD,
2354 || (find_proto(protocol, DONT_LOAD,

Completed in 99 milliseconds