Home
last modified time | relevance | path

Searched refs:nft_restart (Results 1 – 3 of 3) sorted by relevance

/external/iptables/iptables/
Dnft-cache.c149 assert(nft_restart(h) >= 0); in fetch_table_cache()
399 assert(nft_restart(h) >= 0); in fetch_set_cache()
439 assert(nft_restart(h) >= 0); in __fetch_chain_cache()
519 assert(nft_restart(h) >= 0); in nft_rule_list_update()
Dnft.h126 int nft_restart(struct nft_handle *h);
Dnft.c849 int nft_restart(struct nft_handle *h) in nft_restart() function