Searched refs:tryload (Results 1 – 2 of 2) sorted by relevance
/external/iptables/ |
D | iptables.c | 734 find_match(const char *name, enum ipt_tryload tryload, struct iptables_rule_match **matches) in find_match() argument 759 if (!ptr && tryload != DONT_LOAD && tryload != DURING_LOAD) { in find_match() 772 } else if (tryload == LOAD_MUST_SUCCEED) in find_match() 779 if (tryload != DONT_LOAD) in find_match() 784 if(!ptr && (tryload == LOAD_MUST_SUCCEED)) { in find_match() 811 find_proto(const char *pname, enum ipt_tryload tryload, int nolookup, struct iptables_rule_match **… in find_proto() argument 819 return find_match(protoname, tryload, matches); in find_proto() 821 return find_match(pname, tryload, matches); in find_proto() 1061 find_target(const char *name, enum ipt_tryload tryload) in find_target() argument 1079 if (!ptr && tryload != DONT_LOAD && tryload != DURING_LOAD) { in find_target() [all …]
|
D | ip6tables.c | 740 find_match(const char *match_name, enum ip6t_tryload tryload, struct ip6tables_rule_match **matches) in find_match() argument 776 if (!ptr && tryload != DONT_LOAD && tryload != DURING_LOAD) { in find_match() 789 } else if (tryload == LOAD_MUST_SUCCEED) in find_match() 796 if (tryload != DONT_LOAD) in find_match() 801 if(!ptr && (tryload == LOAD_MUST_SUCCEED)) { in find_match() 828 find_proto(const char *pname, enum ip6t_tryload tryload, int nolookup, struct ip6tables_rule_match … in find_proto() argument 836 return find_match(protoname, tryload, matches); in find_proto() 838 return find_match(pname, tryload, matches); in find_proto() 1029 find_target(const char *name, enum ip6t_tryload tryload) in find_target() argument 1047 if (!ptr && tryload != DONT_LOAD && tryload != DURING_LOAD) { in find_target() [all …]
|