Home
last modified time | relevance | path

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

/linux/include/net/netfilter/
A Dnf_tables.h943 struct nft_expr_ops { struct
944 void (*eval)(const struct nft_expr *expr,
947 int (*clone)(struct nft_expr *dst,
949 unsigned int size;
951 int (*init)(const struct nft_ctx *ctx,
959 void (*destroy)(const struct nft_ctx *ctx,
963 int (*dump)(struct sk_buff *skb,
966 int (*validate)(const struct nft_ctx *ctx,
970 bool (*gc)(struct net *net,
978 const struct nft_expr_type *type;
[all …]

Completed in 12 milliseconds