Home
last modified time | relevance | path

Searched refs:nft_cmd (Results 1 – 5 of 5) sorted by relevance

/third_party/iptables/iptables/
Dnft-cmd.c17 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 …]
Dnft-cmd.h10 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);
Dnft-cache.h6 struct nft_cmd;
10 const struct nft_cmd *cmd);
Dnft.c902 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()
Dnft-cache.c48 const struct nft_cmd *cmd) in nft_cache_level_set()