Searched refs:nft_cmd_chain_set (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/iptables/iptables/ |
H A D | xtables-restore.c | 66 .chain_set = nft_cmd_chain_set, 415 .chain_set = nft_cmd_chain_set, 464 .chain_set = nft_cmd_chain_set,
|
H A D | nft-cmd.h | 63 int nft_cmd_chain_set(struct nft_handle *h, const char *table,
|
H A D | xtables.c | 253 ret = nft_cmd_chain_set(h, p.table, p.chain, p.policy, NULL); in do_commandx()
|
H A D | nft-cmd.c | 301 int nft_cmd_chain_set(struct nft_handle *h, const char *table, in nft_cmd_chain_set() function
|
H A D | xtables-eb.c | 1161 ret = nft_cmd_chain_set(h, *table, chain, policy, NULL); in do_commandeb()
|