Lines Matching refs:nft_cmd_new

17 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()
251 cmd = nft_cmd_new(h, NFT_COMPAT_RULE_LIST, table, chain, NULL, rulenum, in nft_cmd_rule_list()
269 cmd = nft_cmd_new(h, NFT_COMPAT_RULE_REPLACE, table, chain, data, in nft_cmd_rule_replace()
284 cmd = nft_cmd_new(h, NFT_COMPAT_RULE_CHECK, table, chain, data, -1, in nft_cmd_rule_check()
300 cmd = nft_cmd_new(h, NFT_COMPAT_CHAIN_UPDATE, table, chain, NULL, -1, in nft_cmd_chain_set()
323 cmd = nft_cmd_new(h, NFT_COMPAT_TABLE_FLUSH, table, NULL, NULL, -1, in nft_cmd_table_flush()
338 cmd = nft_cmd_new(h, NFT_COMPAT_CHAIN_RESTORE, table, chain, NULL, -1, in nft_cmd_chain_restore()
353 cmd = nft_cmd_new(h, NFT_COMPAT_RULE_ZERO, table, chain, NULL, rulenum, in nft_cmd_rule_zero_counters()
368 cmd = nft_cmd_new(h, NFT_COMPAT_RULE_SAVE, table, chain, NULL, rulenum, in nft_cmd_rule_list_save()
385 cmd = nft_cmd_new(h, NFT_COMPAT_BRIDGE_USER_CHAIN_UPDATE, table, chain, in ebt_cmd_user_chain_policy()