Searched refs:nft_chain_user_del (Results 1 – 5 of 5) sorted by relevance
/external/iptables/iptables/ |
D | nft.h | 75 int nft_chain_user_del(struct nft_handle *h, const char *chain, const char *table);
|
D | nft.c | 1469 int nft_chain_user_del(struct nft_handle *h, const char *chain, const char *table) in nft_chain_user_del() function 2488 { nft_chain_user_del, ENOTEMPTY, "Chain is not empty" }, in nft_strerror() 2489 { nft_chain_user_del, EINVAL, "Can't delete built-in chain" }, in nft_strerror() 2490 { nft_chain_user_del, EBUSY, "Directory not empty" }, in nft_strerror() 2491 { nft_chain_user_del, EMLINK, in nft_strerror()
|
D | xtables-eb.c | 815 ret = nft_chain_user_del(h, chain, *table); in do_commandeb()
|
D | xtables-arp.c | 1460 ret = nft_chain_user_del(h, chain, *table); in do_commandarp()
|
D | xtables.c | 1265 ret = nft_chain_user_del(h, p.chain, p.table); in do_commandx()
|