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.h862 struct nft_expr_ops { struct
863 void (*eval)(const struct nft_expr *expr,
866 int (*clone)(struct nft_expr *dst,
868 unsigned int size;
870 int (*init)(const struct nft_ctx *ctx,
878 void (*destroy)(const struct nft_ctx *ctx,
882 int (*dump)(struct sk_buff *skb,
887 bool (*gc)(struct net *net,
894 u32 offload_flags;
895 const struct nft_expr_type *type;
[all …]

Completed in 7 milliseconds