Home
last modified time | relevance | path

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

/linux-5.19.10/include/net/netfilter/
Dnf_tables.h886 struct nft_expr_ops { struct
887 void (*eval)(const struct nft_expr *expr,
890 int (*clone)(struct nft_expr *dst,
892 unsigned int size;
894 int (*init)(const struct nft_ctx *ctx,
897 void (*activate)(const struct nft_ctx *ctx,
899 void (*deactivate)(const struct nft_ctx *ctx,
902 void (*destroy)(const struct nft_ctx *ctx,
904 void (*destroy_clone)(const struct nft_ctx *ctx,
906 int (*dump)(struct sk_buff *skb,
[all …]