Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/netfilter/
Dnf_tables.h776 struct nft_expr_ops { struct
777 void (*eval)(const struct nft_expr *expr,
780 int (*clone)(struct nft_expr *dst,
782 unsigned int size;
784 int (*init)(const struct nft_ctx *ctx,
787 void (*activate)(const struct nft_ctx *ctx,
789 void (*deactivate)(const struct nft_ctx *ctx,
792 void (*destroy)(const struct nft_ctx *ctx,
794 void (*destroy_clone)(const struct nft_ctx *ctx,
796 int (*dump)(struct sk_buff *skb,
[all …]