Home
last modified time | relevance | path

Searched refs:nft_init (Results 1 – 8 of 8) sorted by relevance

/external/iptables/iptables/
Dxtables-standalone.c64 if (nft_init(&h, xtables_ipv4) < 0) { in xtables_main()
Dxtables-save.c99 if (nft_init(&h, xtables_ipv4) < 0) { in xtables_save_main()
Dxtables-translate.c413 if (nft_init(&h, xtables_ipv4) < 0) { in xtables_xlate_main()
455 if (nft_init(&h, xtables_ipv4) < 0) { in xtables_restore_xlate_main()
Dnft.h50 int nft_init(struct nft_handle *h, struct builtin_table *t);
Dxtables-restore.c464 if (nft_init(&h, xtables_ipv4) < 0) { in xtables_restore_main()
Dxtables-eb.c750 if (nft_init(h, xtables_bridge) < 0) in do_commandeb()
Dxtables-arp.c1366 if (nft_init(h, xtables_arp) < 0) in do_commandarp()
Dnft.c763 int nft_init(struct nft_handle *h, struct builtin_table *t) in nft_init() function