Searched defs:nft_expr_ops (Results 1 – 1 of 1) sorted by relevance
772 struct nft_expr_ops { struct773 void (*eval)(const struct nft_expr *expr,776 int (*clone)(struct nft_expr *dst,778 unsigned int size;780 int (*init)(const struct nft_ctx *ctx,783 void (*activate)(const struct nft_ctx *ctx,785 void (*deactivate)(const struct nft_ctx *ctx,788 void (*destroy)(const struct nft_ctx *ctx,790 void (*destroy_clone)(const struct nft_ctx *ctx,792 int (*dump)(struct sk_buff *skb,[all …]