Searched defs:nft_expr_ops (Results 1 – 1 of 1) sorted by relevance
953 struct nft_expr_ops { struct954 void (*eval)(const struct nft_expr *expr,957 int (*clone)(struct nft_expr *dst,959 unsigned int size;961 int (*init)(const struct nft_ctx *ctx,964 void (*activate)(const struct nft_ctx *ctx,966 void (*deactivate)(const struct nft_ctx *ctx,969 void (*destroy)(const struct nft_ctx *ctx,971 void (*destroy_clone)(const struct nft_ctx *ctx,973 int (*dump)(struct sk_buff *skb,[all …]