Home
last modified time | relevance | path

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

/linux/include/net/netfilter/
H A Dnf_tables.h433 * struct nft_set_ops - nf_tables set operations
461 struct nft_set_ops { struct
522 const struct nft_set_ops ops; argument
603 const struct nft_set_ops *ops ____cacheline_aligned;
462 lookupnft_set_ops global() argument
465 updatenft_set_ops global() argument
469 deletenft_set_ops global() argument
472 insertnft_set_ops global() argument
476 activatenft_set_ops global() argument
479 deactivatenft_set_ops global() argument
482 flushnft_set_ops global() argument
485 removenft_set_ops global() argument
488 walknft_set_ops global() argument
491 getnft_set_ops global() argument
495 ksizenft_set_ops global() argument
496 usizenft_set_ops global() argument
497 adjust_maxsizenft_set_ops global() argument
498 commitnft_set_ops global() argument
/linux/net/netfilter/
H A Dnf_tables_api.c4557 static const struct nft_set_ops *
4562 const struct nft_set_ops *ops, *bops; in nft_select_set_ops()
4826 static u32 nft_set_userspace_size(const struct nft_set_ops *ops, u32 size) in nft_set_userspace_size()
5299 static u32 nft_set_kernel_size(const struct nft_set_ops *ops, in nft_set_kernel_size()
5314 const struct nft_set_ops *ops; in nf_tables_newset()