Home
last modified time | relevance | path

Searched refs:nft_chain_restore (Results 1 – 2 of 2) sorted by relevance

/external/iptables/iptables/
Dnft.h150 int nft_chain_restore(struct nft_handle *h, const char *chain, const char *table);
Dnft.c1795 int nft_chain_restore(struct nft_handle *h, const char *chain, const char *table) in nft_chain_restore() function
3065 ret = nft_chain_restore(h, cmd->chain, cmd->table); in nft_prepare()