Home
last modified time | relevance | path

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

/external/iptables/iptables/
Dnft-shared.h48 struct nft_xt_ctx { struct
49 union {
53 } state;
54 struct nftnl_expr_iter *iter;
78 void (*parse_meta)(struct nft_xt_ctx *ctx, struct nftnl_expr *e, argument