Home
last modified time | relevance | path

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

/linux-6.15/include/net/netfilter/
H A Dnf_tables.h461 struct nft_set_ops { struct
528 const struct nft_set_ops ops; argument
609 const struct nft_set_ops *ops ____cacheline_aligned;
/linux-6.15/net/netfilter/
H A Dnf_tables_api.c4491 static const struct nft_set_ops *
4496 const struct nft_set_ops *ops, *bops; in nft_select_set_ops()
4758 static u32 nft_set_userspace_size(const struct nft_set_ops *ops, u32 size) in nft_set_userspace_size()
5205 static u32 nft_set_kernel_size(const struct nft_set_ops *ops, in nft_set_kernel_size()
5220 const struct nft_set_ops *ops; in nf_tables_newset()