Home
last modified time | relevance | path

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

/linux-6.15/include/net/netfilter/
H A Dnf_tables.h952 struct nft_expr_ops { struct
953 void (*eval)(const struct nft_expr *expr,
956 int (*clone)(struct nft_expr *dst,
958 unsigned int size;
960 int (*init)(const struct nft_ctx *ctx,
968 void (*destroy)(const struct nft_ctx *ctx,
972 int (*dump)(struct sk_buff *skb,
975 int (*validate)(const struct nft_ctx *ctx,
979 bool (*gc)(struct net *net,
987 const struct nft_expr_type *type;
[all …]