Searched refs:nft_chain_set (Results 1 – 6 of 6) sorted by relevance
/external/iptables/iptables/ |
D | nft.h | 70 int nft_chain_set(struct nft_handle *h, const char *table, const char *chain, const char *policy, c…
|
D | xtables-restore.c | 196 .chain_set = nft_chain_set,
|
D | nft.c | 846 int nft_chain_set(struct nft_handle *h, const char *table, in nft_chain_set() function 853 nft_fn = nft_chain_set; in nft_chain_set() 2505 { nft_chain_set, ENOENT, "Bad built-in chain name" }, in nft_strerror() 2506 { nft_chain_set, EINVAL, "Bad policy name" }, in nft_strerror()
|
D | xtables-eb.c | 1331 ret = nft_chain_set(h, *table, chain, policy, NULL); in do_commandeb()
|
D | xtables-arp.c | 1466 ret = nft_chain_set(h, *table, chain, policy, NULL); in do_commandarp()
|
D | xtables.c | 1271 ret = nft_chain_set(h, p.table, p.chain, p.policy, NULL); in do_commandx()
|