Searched refs:nft_rule_add (Results 1 – 1 of 1) sorted by relevance
/external/iptables/iptables/ |
D | nft.c | 1877 nft_rule_add(struct nft_handle *h, const char *chain, in nft_rule_add() function 1940 return nft_rule_add(h, chain, table, data, handle, verbose); in nft_rule_insert() 2494 { nft_rule_add, E2BIG, "Index of insertion too big" }, in nft_strerror() 2500 { nft_rule_add, ELOOP, "Loop found in table" }, in nft_strerror() 2501 { nft_rule_add, EINVAL, "Target problem" }, in nft_strerror()
|