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,959 void (*destroy)(const struct nft_ctx *ctx,963 int (*dump)(struct sk_buff *skb,966 int (*validate)(const struct nft_ctx *ctx,970 bool (*gc)(struct net *net,978 const struct nft_expr_type *type;[all …]
Completed in 12 milliseconds