Searched defs:nft_expr_ops (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/include/net/netfilter/ |
| D | nf_tables.h | 772 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/ |
| D | nf_tables.h | 882 struct nft_expr_ops { struct 883 void (*eval)(const struct nft_expr *expr, 886 int (*clone)(struct nft_expr *dst, 888 unsigned int size; 890 int (*init)(const struct nft_ctx *ctx, 893 void (*activate)(const struct nft_ctx *ctx, 895 void (*deactivate)(const struct nft_ctx *ctx, 898 void (*destroy)(const struct nft_ctx *ctx, 900 void (*destroy_clone)(const struct nft_ctx *ctx, 902 int (*dump)(struct sk_buff *skb, [all …]
|