Home
last modified time | relevance | path

Searched refs:nft_commit (Results 1 – 6 of 6) sorted by relevance

/external/iptables/iptables/
Dxtables-eb-standalone.c68 ret = nft_commit(&h); in xtables_eb_main()
Dxtables-arp-standalone.c69 ret = nft_commit(&h); in xtables_arp_main()
Dxtables-standalone.c75 ret = nft_commit(&h); in xtables_main()
Dnft.h122 int nft_commit(struct nft_handle *h);
Dxtables-restore.c190 .commit = nft_commit,
Dnft.c2076 nft_commit(h); in nft_rule_list()
2411 int nft_commit(struct nft_handle *h) in nft_commit() function