Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/netfilter/
Dnf_tables.h772 struct nft_expr_ops { struct
773 void (*eval)(const struct nft_expr *expr,
776 int (*clone)(struct nft_expr *dst,
778 unsigned int size;
780 int (*init)(const struct nft_ctx *ctx,
783 void (*activate)(const struct nft_ctx *ctx,
785 void (*deactivate)(const struct nft_ctx *ctx,
788 void (*destroy)(const struct nft_ctx *ctx,
790 void (*destroy_clone)(const struct nft_ctx *ctx,
792 int (*dump)(struct sk_buff *skb,
[all …]
/kernel/linux/linux-6.6/include/net/netfilter/
Dnf_tables.h934 struct nft_expr_ops { struct
935 void (*eval)(const struct nft_expr *expr,
938 int (*clone)(struct nft_expr *dst,
940 unsigned int size;
942 int (*init)(const struct nft_ctx *ctx,
945 void (*activate)(const struct nft_ctx *ctx,
947 void (*deactivate)(const struct nft_ctx *ctx,
950 void (*destroy)(const struct nft_ctx *ctx,
952 void (*destroy_clone)(const struct nft_ctx *ctx,
954 int (*dump)(struct sk_buff *skb,
[all …]