Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/netfilter/
Dnf_tables.h734 struct nft_expr_ops { struct
735 void (*eval)(const struct nft_expr *expr,
738 int (*clone)(struct nft_expr *dst,
740 unsigned int size;
742 int (*init)(const struct nft_ctx *ctx,
745 void (*activate)(const struct nft_ctx *ctx,
747 void (*deactivate)(const struct nft_ctx *ctx,
749 void (*destroy)(const struct nft_ctx *ctx,
751 void (*destroy_clone)(const struct nft_ctx *ctx,
775 const struct nft_expr_ops *ops; argument