Home
last modified time | relevance | path

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

/external/iptables/iptables/
Dxtables-standalone.c62 if (nft_init(&h, family, xtables_ipv4) < 0) { in xtables_main()
Dxtables-save.c229 if (nft_init(&h, family, tables) < 0) { in xtables_save_main()
Dnft.h124 int nft_init(struct nft_handle *h, int family, const struct builtin_table *t);
Dxtables-restore.c380 if (nft_init(&h, family, tables) < 0) { in xtables_restore_main()
Dxtables-translate.c486 if (nft_init(h, family, tables) < 0) { in xtables_xlate_main_common()
Dxtables-monitor.c633 if (nft_init(&h, AF_INET, xtables_ipv4)) { in xtables_monitor_main()
Dxtables-arp.c444 if (nft_init(h, NFPROTO_ARP, xtables_arp) < 0) in nft_init_arp()
Dxtables-eb.c691 if (nft_init(h, NFPROTO_BRIDGE, xtables_bridge) < 0) in nft_init_eb()
Dnft.c867 int nft_init(struct nft_handle *h, int family, const struct builtin_table *t) in nft_init() function