Lines Matching refs:nft_handle
39 struct nft_handle;
53 struct nft_handle *h;
77 int (*add)(struct nft_handle *h, struct nftnl_rule *r, void *data);
99 void (*print_rule)(struct nft_handle *h, struct nftnl_rule *r,
109 void (*rule_to_cs)(struct nft_handle *h, const struct nftnl_rule *r,
144 void nft_rule_to_iptables_command_state(struct nft_handle *h,
215 void do_parse(struct nft_handle *h, int argc, char *argv[],
222 void (*table_new)(struct nft_handle *h, const char *table);
223 int (*chain_set)(struct nft_handle *h, const char *table,
226 int (*chain_restore)(struct nft_handle *h, const char *chain,
229 int (*table_flush)(struct nft_handle *h, const char *table,
232 int (*do_command)(struct nft_handle *h, int argc, char *argv[],
235 int (*commit)(struct nft_handle *h);
236 int (*abort)(struct nft_handle *h);
247 void xtables_restore_parse(struct nft_handle *h,