Searched refs:XTF_LOAD_MUST_SUCCEED (Results 1 – 8 of 8) sorted by relevance
/external/iptables/iptables/ |
D | xtables-eb.c | 608 m = xtables_find_match(name, XTF_LOAD_MUST_SUCCEED, NULL); in ebt_load_match() 629 watcher = xtables_find_target(name, XTF_LOAD_MUST_SUCCEED); in ebt_load_watcher() 678 newm = xtables_find_match(m->name, XTF_LOAD_MUST_SUCCEED, rule_matches); in ebt_add_match()
|
D | iptables.c | 540 XTF_LOAD_MUST_SUCCEED); in print_firewall() 1298 m = xtables_find_match(optarg, XTF_LOAD_MUST_SUCCEED, &cs->matches); in command_match() 1829 XTF_LOAD_MUST_SUCCEED); in do_command4() 1853 xtables_find_target(cs.jumpto, XTF_LOAD_MUST_SUCCEED); in do_command4()
|
D | ip6tables.c | 555 XTF_LOAD_MUST_SUCCEED); in print_firewall() 1305 m = xtables_find_match(optarg, XTF_LOAD_MUST_SUCCEED, &cs->matches); in command_match() 1842 XTF_LOAD_MUST_SUCCEED); in do_command6() 1864 xtables_find_target(cs.jumpto, XTF_LOAD_MUST_SUCCEED); in do_command6()
|
D | xtables-arp.c | 1402 XTF_LOAD_MUST_SUCCEED); in do_commandarp()
|
D | xtables.c | 659 m = xtables_find_match(optarg, XTF_LOAD_MUST_SUCCEED, &cs->matches); in command_match()
|
/external/iptables/libxtables/ |
D | xtables.c | 674 if (ptr == NULL && tryload == XTF_LOAD_MUST_SUCCEED) in xtables_find_match() 686 if(!ptr && (tryload == XTF_LOAD_MUST_SUCCEED)) { in xtables_find_match() 748 if (ptr == NULL && tryload == XTF_LOAD_MUST_SUCCEED) in xtables_find_target() 760 if (ptr == NULL && tryload == XTF_LOAD_MUST_SUCCEED) { in xtables_find_target()
|
/external/iproute2/include/ |
D | xtables.h | 383 XTF_LOAD_MUST_SUCCEED, enumerator
|
/external/iptables/include/ |
D | xtables.h | 405 XTF_LOAD_MUST_SUCCEED, enumerator
|