Searched defs:nft_expr_ops (Results 1 – 1 of 1) sorted by relevance
798 struct nft_expr_ops { struct799 void (*eval)(const struct nft_expr *expr,802 int (*clone)(struct nft_expr *dst,804 unsigned int size;806 int (*init)(const struct nft_ctx *ctx,809 void (*activate)(const struct nft_ctx *ctx,811 void (*deactivate)(const struct nft_ctx *ctx,814 void (*destroy)(const struct nft_ctx *ctx,816 void (*destroy_clone)(const struct nft_ctx *ctx,818 int (*dump)(struct sk_buff *skb,[all …]