Home
last modified time | relevance | path

Searched defs:nft_xt_ctx (Results 1 – 1 of 1) sorted by relevance

/external/iptables/iptables/
Dnft-shared.h50 struct nft_xt_ctx { struct
51 struct iptables_command_state *cs;
52 struct nftnl_expr_iter *iter;
53 struct nft_handle *h;
54 uint32_t flags;
55 const char *table;
57 uint32_t reg;
58 struct {
82 void (*parse_meta)(struct nft_xt_ctx *ctx, struct nftnl_expr *e, argument