Searched defs:nft_expr_ops (Results 1 – 1 of 1) sorted by relevance
617 struct nft_expr_ops { struct618 void (*eval)(const struct nft_expr *expr,621 int (*clone)(struct nft_expr *dst,623 unsigned int size;625 int (*init)(const struct nft_ctx *ctx,650 const struct nft_expr_ops *ops; argument