Home
last modified time | relevance | path

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

/linux/include/net/netfilter/
H A Dnf_tables.h946 struct nft_expr_ops { struct
947 void (*eval)(const struct nft_expr *expr,
950 int (*clone)(struct nft_expr *dst,
952 unsigned int size;
954 int (*init)(const struct nft_ctx *ctx,
957 void (*activate)(const struct nft_ctx *ctx,
959 void (*deactivate)(const struct nft_ctx *ctx,
962 void (*destroy)(const struct nft_ctx *ctx,
964 void (*destroy_clone)(const struct nft_ctx *ctx,
966 int (*dump)(struct sk_buff *skb,
[all …]