Home
last modified time | relevance | path

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

/openbmc/linux/include/net/netfilter/
H A 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 …]