Searched refs:nft_chain_user_del (Results 1 – 2 of 2) sorted by relevance
/third_party/iptables/iptables/ |
D | nft.h | 149 int nft_chain_user_del(struct nft_handle *h, const char *chain, const char *table, bool verbose);
|
D | nft.c | 1878 int nft_chain_user_del(struct nft_handle *h, const char *chain, in nft_chain_user_del() function 1888 nft_fn = nft_chain_user_del; in nft_chain_user_del() 3061 ret = nft_chain_user_del(h, cmd->chain, cmd->table, in nft_prepare() 3261 { nft_chain_user_del, ENOTEMPTY, "Chain is not empty" }, in nft_strerror() 3262 { nft_chain_user_del, EINVAL, "Can't delete built-in chain" }, in nft_strerror() 3263 { nft_chain_user_del, EBUSY, "Directory not empty" }, in nft_strerror() 3264 { nft_chain_user_del, EMLINK, in nft_strerror()
|