Searched defs:nft_expr_ops (Results 1 – 1 of 1) sorted by relevance
616 struct nft_expr_ops { struct617 void (*eval)(const struct nft_expr *expr,620 unsigned int size;622 int (*init)(const struct nft_ctx *ctx,647 const struct nft_expr_ops *ops; argument