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

/external/iptables/iptables/
H A Dnft-shared.h48 struct nft_xt_ctx { struct
78 void (*parse_meta)(struct nft_xt_ctx *ctx, struct nftnl_expr *e,
80 void (*parse_payload)(struct nft_xt_ctx *ctx, struct nftnl_expr *e,
82 void (*parse_bitwise)(struct nft_xt_ctx *ctx, struct nftnl_expr *e,
84 void (*parse_cmp)(struct nft_xt_ctx *ctx, struct nftnl_expr *e,
135 void nft_parse_bitwise(struct nft_xt_ctx *ctx, struct nftnl_expr *e);
136 void nft_parse_cmp(struct nft_xt_ctx *ctx, struct nftnl_expr *e);
137 void nft_parse_match(struct nft_xt_ctx *ctx, struct nftnl_expr *e);
138 void nft_parse_target(struct nft_xt_ctx *ctx, struct nftnl_expr *e);
139 void nft_parse_meta(struct nft_xt_ctx *ct
[all...]

Completed in 97 milliseconds