Searched defs:nft_expr_ops (Results 1 – 1 of 1) sorted by relevance
928 struct nft_expr_ops { struct929 void (*eval)(const struct nft_expr *expr,932 int (*clone)(struct nft_expr *dst,934 unsigned int size;936 int (*init)(const struct nft_ctx *ctx,939 void (*activate)(const struct nft_ctx *ctx,941 void (*deactivate)(const struct nft_ctx *ctx,944 void (*destroy)(const struct nft_ctx *ctx,946 void (*destroy_clone)(const struct nft_ctx *ctx,948 int (*dump)(struct sk_buff *skb,[all …]