Searched refs:XTF_TRY_LOAD (Results 1 – 9 of 9) sorted by relevance
/third_party/iptables/iptables/ |
D | ip6tables.c | 266 if (xtables_find_target(chainname, XTF_TRY_LOAD)) in parse_chain() 358 match = xtables_find_match(name, XTF_TRY_LOAD, NULL); in print_match() 360 mt = xtables_find_match_revision(name, XTF_TRY_LOAD, in print_match() 388 target = xtables_find_target(targname, XTF_TRY_LOAD); in print_firewall() 441 tg = xtables_find_target_revision(targname, XTF_TRY_LOAD, in print_firewall() 831 match = xtables_find_match(name, XTF_TRY_LOAD, NULL); in print_match_save() 833 mt = mt2 = xtables_find_match_revision(name, XTF_TRY_LOAD, in print_match_save() 937 target = xtables_find_target(name, XTF_TRY_LOAD); in print_rule6() 944 tg = tg2 = xtables_find_target_revision(name, XTF_TRY_LOAD, in print_rule6() 1242 xtables_find_match(cs.protocol, XTF_TRY_LOAD, in do_command6()
|
D | iptables.c | 257 if (xtables_find_target(chainname, XTF_TRY_LOAD)) in parse_chain() 348 match = xtables_find_match(name, XTF_TRY_LOAD, NULL); in print_match() 350 mt = xtables_find_match_revision(name, XTF_TRY_LOAD, in print_match() 379 target = xtables_find_target(targname, XTF_TRY_LOAD); in print_firewall() 432 tg = xtables_find_target_revision(targname, XTF_TRY_LOAD, in print_firewall() 828 match = xtables_find_match(name, XTF_TRY_LOAD, NULL); in print_match_save() 830 mt = mt2 = xtables_find_match_revision(name, XTF_TRY_LOAD, in print_match_save() 933 target = xtables_find_target(name, XTF_TRY_LOAD); in print_rule4() 940 tg = tg2 = xtables_find_target_revision(name, XTF_TRY_LOAD, in print_rule4() 1237 XTF_TRY_LOAD, &cs.matches); in do_command4()
|
D | nft-shared.c | 320 target = xtables_find_target(targname, XTF_TRY_LOAD); in nft_parse_target() 358 match = xtables_find_match(mt_name, XTF_TRY_LOAD, matches); in nft_parse_match() 419 target = xtables_find_target(targname, XTF_TRY_LOAD); in nft_meta_set_to_target() 577 match = xtables_find_match("limit", XTF_TRY_LOAD, matches); in nft_parse_limit() 662 match = xtables_find_match("comment", XTF_TRY_LOAD, in nft_rule_to_iptables_command_state() 686 cs->target = xtables_find_target(cs->jumpto, XTF_TRY_LOAD); in nft_rule_to_iptables_command_state()
|
D | xtables-eb.c | 478 m = xtables_find_match(name, XTF_TRY_LOAD, NULL); in ebt_load_match() 501 watcher = xtables_find_target(name, XTF_TRY_LOAD); in __ebt_load_watcher() 901 if (!(t = xtables_find_target(argv[optind], XTF_TRY_LOAD))) in do_commandeb()
|
D | xshared.c | 113 return find_proto(cs->protocol, XTF_TRY_LOAD, in load_proto() 709 cs->target = xtables_find_target(cs->jumpto, XTF_TRY_LOAD); in command_jump()
|
D | xtables.c | 594 if (xtables_find_target(optarg, XTF_TRY_LOAD)) in do_parse() 644 XTF_TRY_LOAD, &cs->matches); in do_parse()
|
D | xtables-arp.c | 564 if (xtables_find_target(optarg, XTF_TRY_LOAD)) in do_commandarp()
|
D | nft-bridge.c | 445 match = xtables_find_match("among", XTF_TRY_LOAD, in nft_bridge_parse_lookup()
|
/third_party/iptables/include/ |
D | xtables.h | 404 XTF_TRY_LOAD, enumerator
|