Searched defs:nft_expr_ops (Results 1 – 1 of 1) sorted by relevance
803 struct nft_expr_ops { struct804 void (*eval)(const struct nft_expr *expr,807 int (*clone)(struct nft_expr *dst,809 unsigned int size;811 int (*init)(const struct nft_ctx *ctx,814 void (*activate)(const struct nft_ctx *ctx,816 void (*deactivate)(const struct nft_ctx *ctx,819 void (*destroy)(const struct nft_ctx *ctx,821 void (*destroy_clone)(const struct nft_ctx *ctx,823 int (*dump)(struct sk_buff *skb,[all …]