Searched defs:nft_set_ops (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/include/net/netfilter/ |
| D | nf_tables.h | 347 struct nft_set_ops { struct 348 bool (*lookup)(const struct net *net, 352 bool (*update)(struct nft_set *set, 360 bool (*delete)(const struct nft_set *set, 363 int (*insert)(const struct net *net, 367 void (*activate)(const struct net *net, 370 void * (*deactivate)(const struct net *net, 373 bool (*flush)(const struct net *net, 376 void (*remove)(const struct net *net, 379 void (*walk)(const struct nft_ctx *ctx, [all …]
|
| /kernel/linux/linux-6.6/include/net/netfilter/ |
| D | nf_tables.h | 448 struct nft_set_ops { struct 449 bool (*lookup)(const struct net *net, 453 bool (*update)(struct nft_set *set, 461 bool (*delete)(const struct nft_set *set, 464 int (*insert)(const struct net *net, 468 void (*activate)(const struct net *net, 471 void * (*deactivate)(const struct net *net, 474 bool (*flush)(const struct net *net, 477 void (*remove)(const struct net *net, 480 void (*walk)(const struct nft_ctx *ctx, [all …]
|