Searched refs:nft_rule_find (Results 1 – 1 of 1) sorted by relevance
/external/iptables/iptables/ |
D | nft.c | 1785 nft_rule_find(struct nft_handle *h, struct nftnl_rule_list *list, in nft_rule_find() function 1843 ret = nft_rule_find(h, list, chain, table, data, -1) ? 1 : 0; in nft_rule_check() 1863 r = nft_rule_find(h, list, chain, table, data, -1); in nft_rule_delete() 1917 r = nft_rule_find(h, list, chain, table, data, rulenum); in nft_rule_insert() 1922 r = nft_rule_find(h, list, chain, table, data, in nft_rule_insert() 1959 r = nft_rule_find(h, list, chain, table, NULL, rulenum); in nft_rule_delete_num() 1988 r = nft_rule_find(h, list, chain, table, data, rulenum); in nft_rule_replace() 2265 r = nft_rule_find(h, list, chain, table, NULL, rulenum); in nft_rule_zero_counters()
|