Home
last modified time | relevance | path

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

/external/iptables/iptables/
Dnft-cache.c609 static int __flush_rule_cache(struct nft_chain *c, void *data) in __flush_rule_cache() function
618 return __flush_rule_cache(c, NULL); in flush_rule_cache()
620 nft_chain_foreach(h, table, __flush_rule_cache, NULL); in flush_rule_cache()