Searched defs:nft_xt_ctx (Results 1 – 1 of 1) sorted by relevance
50 struct nft_xt_ctx { struct51 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