Home
last modified time | relevance | path

Searched refs:nft_cmd_new (Results 1 – 3 of 3) sorted by relevance

/external/iptables/iptables/
Dnft-cmd.c17 struct nft_cmd *nft_cmd_new(struct nft_handle *h, int command, in nft_cmd_new() function
98 cmd = nft_cmd_new(h, NFT_COMPAT_RULE_APPEND, table, chain, state, -1, in nft_cmd_rule_append()
114 cmd = nft_cmd_new(h, NFT_COMPAT_RULE_INSERT, table, chain, state, in nft_cmd_rule_insert()
135 cmd = nft_cmd_new(h, NFT_COMPAT_RULE_DELETE, table, chain, state, in nft_cmd_rule_delete()
150 cmd = nft_cmd_new(h, NFT_COMPAT_RULE_DELETE, table, chain, NULL, in nft_cmd_rule_delete_num()
165 cmd = nft_cmd_new(h, NFT_COMPAT_RULE_FLUSH, table, chain, NULL, -1, in nft_cmd_rule_flush()
183 cmd = nft_cmd_new(h, NFT_COMPAT_CHAIN_ZERO, table, chain, NULL, -1, in nft_cmd_chain_zero_counters()
198 cmd = nft_cmd_new(h, NFT_COMPAT_CHAIN_USER_ADD, table, chain, NULL, -1, in nft_cmd_chain_user_add()
213 cmd = nft_cmd_new(h, NFT_COMPAT_CHAIN_USER_DEL, table, chain, NULL, -1, in nft_cmd_chain_user_del()
234 cmd = nft_cmd_new(h, NFT_COMPAT_CHAIN_RENAME, table, chain, NULL, -1, in nft_cmd_chain_user_rename()
[all …]
Dnft-cmd.h29 struct nft_cmd *nft_cmd_new(struct nft_handle *h, int command,
Dnft.c1066 cmd = nft_cmd_new(h, NFT_COMPAT_SET_ADD, table, NULL, NULL, -1, false); in add_anon_set()