Searched refs:nft_init (Results 1 – 8 of 8) sorted by relevance
64 if (nft_init(&h, xtables_ipv4) < 0) { in xtables_main()
99 if (nft_init(&h, xtables_ipv4) < 0) { in xtables_save_main()
413 if (nft_init(&h, xtables_ipv4) < 0) { in xtables_xlate_main()455 if (nft_init(&h, xtables_ipv4) < 0) { in xtables_restore_xlate_main()
50 int nft_init(struct nft_handle *h, struct builtin_table *t);
464 if (nft_init(&h, xtables_ipv4) < 0) { in xtables_restore_main()
750 if (nft_init(h, xtables_bridge) < 0) in do_commandeb()
1366 if (nft_init(h, xtables_arp) < 0) in do_commandarp()
763 int nft_init(struct nft_handle *h, struct builtin_table *t) in nft_init() function