Lines Matching refs:nft_cmd
17 struct nft_cmd *nft_cmd_new(struct nft_handle *h, int command, in nft_cmd_new()
23 struct nft_cmd *cmd; in nft_cmd_new()
25 cmd = calloc(1, sizeof(struct nft_cmd)); in nft_cmd_new()
52 void nft_cmd_free(struct nft_cmd *cmd) in nft_cmd_free()
74 static void nft_cmd_rule_bridge(struct nft_handle *h, const struct nft_cmd *cmd) in nft_cmd_rule_bridge()
96 struct nft_cmd *cmd; in nft_cmd_rule_append()
112 struct nft_cmd *cmd; in nft_cmd_rule_insert()
133 struct nft_cmd *cmd; in nft_cmd_rule_delete()
148 struct nft_cmd *cmd; in nft_cmd_rule_delete_num()
163 struct nft_cmd *cmd; in nft_cmd_rule_flush()
181 struct nft_cmd *cmd; in nft_cmd_chain_zero_counters()
196 struct nft_cmd *cmd; in nft_cmd_chain_user_add()
211 struct nft_cmd *cmd; in nft_cmd_chain_user_del()
232 struct nft_cmd *cmd; in nft_cmd_chain_user_rename()
249 struct nft_cmd *cmd; in nft_cmd_rule_list()
267 struct nft_cmd *cmd; in nft_cmd_rule_replace()
282 struct nft_cmd *cmd; in nft_cmd_rule_check()
298 struct nft_cmd *cmd; in nft_cmd_chain_set()
316 struct nft_cmd *cmd; in nft_cmd_table_flush()
336 struct nft_cmd *cmd; in nft_cmd_chain_restore()
351 struct nft_cmd *cmd; in nft_cmd_rule_zero_counters()
366 struct nft_cmd *cmd; in nft_cmd_rule_list_save()
383 struct nft_cmd *cmd; in ebt_cmd_user_chain_policy()