Home
last modified time | relevance | path

Searched defs:nft_expr_ops (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/include/net/netfilter/
Dnf_tables.h943 struct nft_expr_ops { struct
944 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 …]