Home
last modified time | relevance | path

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

/linux-6.15/include/net/netfilter/
H A Dnf_tables.h461 struct nft_set_ops { struct
462 bool (*lookup)(const struct net *net,
466 bool (*update)(struct nft_set *set,
478 int (*insert)(const struct net *net,
482 void (*activate)(const struct net *net,
488 void (*flush)(const struct net *net,
491 void (*remove)(const struct net *net,
501 u32 (*ksize)(u32 size);
502 u32 (*usize)(u32 size);
504 void (*commit)(struct nft_set *set);
[all …]