Searched refs:tryload (Results 1 – 2 of 2) sorted by relevance
65 find_proto(const char *pname, enum xtables_tryload tryload, in find_proto() argument74 return xtables_find_match(protoname, tryload, matches); in find_proto()76 return xtables_find_match(pname, tryload, matches); in find_proto()
594 xtables_find_match(const char *name, enum xtables_tryload tryload, in xtables_find_match() argument647 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() argument720 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()