Searched refs:tryload (Results 1 - 4 of 4) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/iptables/
H A Dxshared.c59 find_proto(const char *pname, enum xtables_tryload tryload, argument
68 return xtables_find_match(protoname, tryload, matches);
70 return xtables_find_match(pname, tryload, matches);
H A Dxtables.c595 xtables_find_match(const char *name, enum xtables_tryload tryload, argument
648 if (!ptr && tryload != XTF_DONT_LOAD && tryload != XTF_DURING_LOAD) {
652 if (ptr == NULL && tryload == XTF_LOAD_MUST_SUCCEED)
659 if (tryload != XTF_DONT_LOAD)
664 if(!ptr && (tryload == XTF_LOAD_MUST_SUCCEED)) {
690 xtables_find_target(const char *name, enum xtables_tryload tryload) argument
721 if (!ptr && tryload != XTF_DONT_LOAD && tryload != XTF_DURING_LOAD) {
725 if (ptr == NULL && tryload
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/
H A Dip6tables.c738 find_match(const char *match_name, enum ip6t_tryload tryload, struct ip6tables_rule_match **matches) argument
774 if (!ptr && tryload != DONT_LOAD && tryload != DURING_LOAD) {
787 } else if (tryload == LOAD_MUST_SUCCEED)
794 if (tryload != DONT_LOAD)
799 if(!ptr && (tryload == LOAD_MUST_SUCCEED)) {
826 find_proto(const char *pname, enum ip6t_tryload tryload, int nolookup, struct ip6tables_rule_match **matches) argument
834 return find_match(protoname, tryload, matches);
836 return find_match(pname, tryload, matches);
1025 find_target(const char *name, enum ip6t_tryload tryload) argument
[all...]
H A Diptables.c726 find_match(const char *name, enum ipt_tryload tryload, struct iptables_rule_match **matches) argument
751 if (!ptr && tryload != DONT_LOAD && tryload != DURING_LOAD) {
764 } else if (tryload == LOAD_MUST_SUCCEED)
771 if (tryload != DONT_LOAD)
776 if(!ptr && (tryload == LOAD_MUST_SUCCEED)) {
803 find_proto(const char *pname, enum ipt_tryload tryload, int nolookup, struct iptables_rule_match **matches) argument
811 return find_match(protoname, tryload, matches);
813 return find_match(pname, tryload, matches);
1053 find_target(const char *name, enum ipt_tryload tryload) argument
[all...]

Completed in 245 milliseconds