Home
last modified time | relevance | path

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

/external/iptables/iptables/
Dnft-cache.h21 int nft_cache_sort_chains(struct nft_handle *h, const char *table);
Dxtables-save.c93 nft_cache_sort_chains(h, tablename); in __do_output()
Dnft.c2070 nft_cache_sort_chains(h, table); in nft_rule_flush()
2239 nft_cache_sort_chains(h, table); in nft_chain_del()
2855 nft_cache_sort_chains(h, table); in nft_rule_list()
2962 nft_cache_sort_chains(h, table); in nft_rule_list_save()
3950 nft_cache_sort_chains(h, table); in nft_chain_zero_counters()
Dnft-cache.c306 int nft_cache_sort_chains(struct nft_handle *h, const char *table) in nft_cache_sort_chains() function