Searched refs:nft_rule_list_cb (Results 1 – 1 of 1) sorted by relevance
2396 static int nft_rule_list_cb(struct nft_chain *c, void *data) in nft_rule_list_cb() function2436 nft_rule_list_cb(c, &d); in nft_rule_list()2443 nft_chain_foreach(h, table, nft_rule_list_cb, &d); in nft_rule_list()2540 return nft_rule_list_cb(c, &d); in nft_rule_list_save()2547 ret = nft_chain_foreach(h, table, nft_rule_list_cb, &d); in nft_rule_list_save()