Home
last modified time | relevance | path

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

/external/iptables/iptables/
Dnft.c2396 static int nft_rule_list_cb(struct nft_chain *c, void *data) in nft_rule_list_cb() function
2436 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()