Searched defs:nft_expr_ops (Results 1 – 1 of 1) sorted by relevance
856 struct nft_expr_ops { struct857 void (*eval)(const struct nft_expr *expr,860 int (*clone)(struct nft_expr *dst,862 unsigned int size;864 int (*init)(const struct nft_ctx *ctx,867 void (*activate)(const struct nft_ctx *ctx,869 void (*deactivate)(const struct nft_ctx *ctx,872 void (*destroy)(const struct nft_ctx *ctx,874 void (*destroy_clone)(const struct nft_ctx *ctx,876 int (*dump)(struct sk_buff *skb,[all …]