Searched defs:nft_expr_ops (Results 1 – 1 of 1) sorted by relevance
943 struct nft_expr_ops { struct944 void (*eval)(const struct nft_expr *expr,947 int (*clone)(struct nft_expr *dst,949 unsigned int size;951 int (*init)(const struct nft_ctx *ctx,954 void (*activate)(const struct nft_ctx *ctx,956 void (*deactivate)(const struct nft_ctx *ctx,959 void (*destroy)(const struct nft_ctx *ctx,961 void (*destroy_clone)(const struct nft_ctx *ctx,963 int (*dump)(struct sk_buff *skb,[all …]