Searched refs:nft_rule_check (Results 1 – 3 of 3) sorted by relevance
/external/iptables/iptables/ |
D | nft.h | 86 int nft_rule_check(struct nft_handle *h, const char *chain, const char *table, void *data, bool ver…
|
D | xtables.c | 548 ret = nft_rule_check(h, chain, in check_entry() 561 ret = nft_rule_check(h, chain, in check_entry()
|
D | nft.c | 1831 int nft_rule_check(struct nft_handle *h, const char *chain, in nft_rule_check() function 1837 nft_fn = nft_rule_check; in nft_rule_check() 2495 { nft_rule_check, ENOENT, "Bad rule (does a matching rule exist in that chain?)" }, in nft_strerror()
|