Home
last modified time | relevance | path

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

/external/iptables/libxtables/
Dxtables.c617 xtables_find_match(const char *name, enum xtables_tryload tryload, in xtables_find_match() argument
670 if (!ptr && tryload != XTF_DONT_LOAD && tryload != XTF_DURING_LOAD) { in xtables_find_match()
674 if (ptr == NULL && tryload == XTF_LOAD_MUST_SUCCEED) in xtables_find_match()
681 if (tryload != XTF_DONT_LOAD) in xtables_find_match()
686 if(!ptr && (tryload == XTF_LOAD_MUST_SUCCEED)) { in xtables_find_match()
713 xtables_find_target(const char *name, enum xtables_tryload tryload) in xtables_find_target() argument
744 if (!ptr && tryload != XTF_DONT_LOAD && tryload != XTF_DURING_LOAD) { in xtables_find_target()
748 if (ptr == NULL && tryload == XTF_LOAD_MUST_SUCCEED) in xtables_find_target()
755 if (tryload != XTF_DONT_LOAD) in xtables_find_target()
760 if (ptr == NULL && tryload == XTF_LOAD_MUST_SUCCEED) { in xtables_find_target()
/external/iptables/iptables/
Dxshared.c68 find_proto(const char *pname, enum xtables_tryload tryload, in find_proto() argument
77 return xtables_find_match(protoname, tryload, matches); in find_proto()
79 return xtables_find_match(pname, tryload, matches); in find_proto()