Home
last modified time | relevance | path

Searched refs:XTF_LOAD_MUST_SUCCEED (Results 1 – 6 of 6) sorted by relevance

/third_party/iptables/include/
Dxtables.h405 XTF_LOAD_MUST_SUCCEED, enumerator
/third_party/iptables/libxtables/
Dxtables.c726 if (ptr == NULL && tryload == XTF_LOAD_MUST_SUCCEED) in xtables_find_match()
738 if(!ptr && (tryload == XTF_LOAD_MUST_SUCCEED)) { in xtables_find_match()
842 if (ptr == NULL && tryload == XTF_LOAD_MUST_SUCCEED) in xtables_find_target()
854 if (ptr == NULL && tryload == XTF_LOAD_MUST_SUCCEED) { in xtables_find_target()
/third_party/iptables/iptables/
Dip6tables.c391 XTF_LOAD_MUST_SUCCEED); in print_firewall()
1575 XTF_LOAD_MUST_SUCCEED); in do_command6()
1597 xtables_find_target(cs.jumpto, XTF_LOAD_MUST_SUCCEED); in do_command6()
Diptables.c382 XTF_LOAD_MUST_SUCCEED); in print_firewall()
1563 XTF_LOAD_MUST_SUCCEED); in do_command4()
1587 xtables_find_target(cs.jumpto, XTF_LOAD_MUST_SUCCEED); in do_command4()
Dxshared.c654 m = xtables_find_match(optarg, XTF_LOAD_MUST_SUCCEED, &cs->matches); in command_match()
Dxtables-eb.c567 newm = xtables_find_match(m->name, XTF_LOAD_MUST_SUCCEED, rule_matches); in ebt_add_match()