Home
last modified time | relevance | path

Searched refs:nft_chain_user_del (Results 1 – 5 of 5) sorted by relevance

/external/iptables/iptables/
Dnft.h75 int nft_chain_user_del(struct nft_handle *h, const char *chain, const char *table);
Dnft.c1469 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()
Dxtables-eb.c815 ret = nft_chain_user_del(h, chain, *table); in do_commandeb()
Dxtables-arp.c1460 ret = nft_chain_user_del(h, chain, *table); in do_commandarp()
Dxtables.c1265 ret = nft_chain_user_del(h, p.chain, p.table); in do_commandx()