Searched refs:tryload (Results 1 – 2 of 2) sorted by relevance
617 xtables_find_match(const char *name, enum xtables_tryload tryload, in xtables_find_match() argument670 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() argument744 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()
68 find_proto(const char *pname, enum xtables_tryload tryload, in find_proto() argument77 return xtables_find_match(protoname, tryload, matches); in find_proto()79 return xtables_find_match(pname, tryload, matches); in find_proto()