Searched refs:nft_cmd (Results 1 – 5 of 5) sorted by relevance
/third_party/iptables/iptables/ |
D | nft-cmd.c | 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() [all …]
|
D | nft-cmd.h | 10 struct nft_cmd { struct 29 struct nft_cmd *nft_cmd_new(struct nft_handle *h, int command, argument 33 void nft_cmd_free(struct nft_cmd *cmd);
|
D | nft-cache.h | 6 struct nft_cmd; 10 const struct nft_cmd *cmd);
|
D | nft.c | 902 nft_cmd_free(list_entry(pos, struct nft_cmd, head)); in nft_fini() 1050 struct nft_cmd *cmd; in add_anon_set() 3047 struct nft_cmd *cmd, *next; in nft_prepare() 3173 struct nft_cmd *cmd, *next; in nft_abort()
|
D | nft-cache.c | 48 const struct nft_cmd *cmd) in nft_cache_level_set()
|