Searched defs:nft_expr_ops (Results 1 – 1 of 1) sorted by relevance
934 struct nft_expr_ops { struct935 void (*eval)(const struct nft_expr *expr,938 int (*clone)(struct nft_expr *dst,940 unsigned int size;942 int (*init)(const struct nft_ctx *ctx,945 void (*activate)(const struct nft_ctx *ctx,947 void (*deactivate)(const struct nft_ctx *ctx,950 void (*destroy)(const struct nft_ctx *ctx,952 void (*destroy_clone)(const struct nft_ctx *ctx,954 int (*dump)(struct sk_buff *skb,[all …]