Searched defs:nft_object_ops (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/include/net/netfilter/ |
| D | nf_tables.h | 1200 struct nft_object_ops { struct 1201 void (*eval)(struct nft_object *obj, 1204 unsigned int size; 1205 int (*init)(const struct nft_ctx *ctx, 1208 void (*destroy)(const struct nft_ctx *ctx, 1210 int (*dump)(struct sk_buff *skb, 1213 void (*update)(struct nft_object *obj, 1215 const struct nft_object_type *type;
|
| /kernel/linux/linux-6.6/include/net/netfilter/ |
| D | nf_tables.h | 1398 struct nft_object_ops { struct 1399 void (*eval)(struct nft_object *obj, 1402 unsigned int size; 1403 int (*init)(const struct nft_ctx *ctx, 1406 void (*destroy)(const struct nft_ctx *ctx, 1408 int (*dump)(struct sk_buff *skb, 1411 void (*update)(struct nft_object *obj, 1413 const struct nft_object_type *type;
|