Home
last modified time | relevance | path

Searched refs:tryload (Results 1 – 2 of 2) sorted by relevance

/external/iptables/iptables/
Dxshared.c65 find_proto(const char *pname, enum xtables_tryload tryload, in find_proto() argument
74 return xtables_find_match(protoname, tryload, matches); in find_proto()
76 return xtables_find_match(pname, tryload, matches); in find_proto()
/external/iptables/libxtables/
Dxtables.c594 xtables_find_match(const char *name, enum xtables_tryload tryload, in xtables_find_match() argument
647 if (!ptr && tryload != XTF_DONT_LOAD && tryload != XTF_DURING_LOAD) { in xtables_find_match()
651 if (ptr == NULL && tryload == XTF_LOAD_MUST_SUCCEED) in xtables_find_match()
658 if (tryload != XTF_DONT_LOAD) in xtables_find_match()
663 if(!ptr && (tryload == XTF_LOAD_MUST_SUCCEED)) { in xtables_find_match()
689 xtables_find_target(const char *name, enum xtables_tryload tryload) in xtables_find_target() argument
720 if (!ptr && tryload != XTF_DONT_LOAD && tryload != XTF_DURING_LOAD) { in xtables_find_target()
724 if (ptr == NULL && tryload == XTF_LOAD_MUST_SUCCEED) in xtables_find_target()
731 if (tryload != XTF_DONT_LOAD) in xtables_find_target()
736 if (ptr == NULL && tryload == XTF_LOAD_MUST_SUCCEED) { in xtables_find_target()