Searched defs:nft_expr_ops (Results 1 – 1 of 1) sorted by relevance
882 struct nft_expr_ops { struct883 void (*eval)(const struct nft_expr *expr,886 int (*clone)(struct nft_expr *dst,888 unsigned int size;890 int (*init)(const struct nft_ctx *ctx,893 void (*activate)(const struct nft_ctx *ctx,895 void (*deactivate)(const struct nft_ctx *ctx,898 void (*destroy)(const struct nft_ctx *ctx,900 void (*destroy_clone)(const struct nft_ctx *ctx,902 int (*dump)(struct sk_buff *skb,[all …]