Home
last modified time | relevance | path

Searched refs:nft_chain_set (Results 1 – 6 of 6) sorted by relevance

/external/iptables/iptables/
Dnft.h70 int nft_chain_set(struct nft_handle *h, const char *table, const char *chain, const char *policy, c…
Dxtables-restore.c196 .chain_set = nft_chain_set,
Dnft.c846 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()
Dxtables-eb.c1331 ret = nft_chain_set(h, *table, chain, policy, NULL); in do_commandeb()
Dxtables-arp.c1466 ret = nft_chain_set(h, *table, chain, policy, NULL); in do_commandarp()
Dxtables.c1271 ret = nft_chain_set(h, p.table, p.chain, p.policy, NULL); in do_commandx()