Searched defs:nft_expr_ops (Results 1 – 1 of 1) sorted by relevance
919 struct nft_expr_ops { struct920 void (*eval)(const struct nft_expr *expr,923 int (*clone)(struct nft_expr *dst,925 unsigned int size;927 int (*init)(const struct nft_ctx *ctx,935 void (*destroy)(const struct nft_ctx *ctx,939 int (*dump)(struct sk_buff *skb,942 int (*validate)(const struct nft_ctx *ctx,947 bool (*gc)(struct net *net,955 const struct nft_expr_type *type;[all …]