Home
last modified time | relevance | path

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

/Linux-v5.15/include/net/netfilter/
Dnf_tables.h856 struct nft_expr_ops { struct
857 void (*eval)(const struct nft_expr *expr,
860 int (*clone)(struct nft_expr *dst,
862 unsigned int size;
864 int (*init)(const struct nft_ctx *ctx,
867 void (*activate)(const struct nft_ctx *ctx,
869 void (*deactivate)(const struct nft_ctx *ctx,
872 void (*destroy)(const struct nft_ctx *ctx,
874 void (*destroy_clone)(const struct nft_ctx *ctx,
876 int (*dump)(struct sk_buff *skb,
[all …]