Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/netfilter/
Dnf_tables.h882 struct nft_expr_ops { struct
883 void (*eval)(const struct nft_expr *expr,
886 int (*clone)(struct nft_expr *dst,
888 unsigned int size;
890 int (*init)(const struct nft_ctx *ctx,
893 void (*activate)(const struct nft_ctx *ctx,
895 void (*deactivate)(const struct nft_ctx *ctx,
898 void (*destroy)(const struct nft_ctx *ctx,
900 void (*destroy_clone)(const struct nft_ctx *ctx,
902 int (*dump)(struct sk_buff *skb,
[all …]