Searched refs:nft_set_ext (Results 1 – 10 of 10) sorted by relevance
| /linux/include/net/netfilter/ |
| H A D | nf_tables.h | 429 struct nft_set_ext; 462 const struct nft_set_ext * (*lookup)(const struct net *net, 465 const struct nft_set_ext * (*update)(struct nft_set *set, 650 struct nft_set_ext *nft_set_catchall_lookup(const struct net *net, 746 struct nft_set_ext { struct 755 tmpl->len = sizeof(struct nft_set_ext); in nft_set_ext_prepare() argument 777 static inline void nft_set_ext_init(struct nft_set_ext *ext, in nft_set_ext_init() 783 static inline bool __nft_set_ext_exists(const struct nft_set_ext *ext, u8 id) in __nft_set_ext_exists() 788 static inline bool nft_set_ext_exists(const struct nft_set_ext *ext, u8 id) in nft_set_ext_exists() 793 static inline void *nft_set_ext(const struct nft_set_ext *ext, u8 id) in nft_set_ext() function [all …]
|
| H A D | nf_tables_core.h | 97 const struct nft_set_ext * 100 const struct nft_set_ext * 103 const struct nft_set_ext * 106 const struct nft_set_ext * 109 const struct nft_set_ext * 114 const struct nft_set_ext * 119 const struct nft_set_ext * 123 const struct nft_set_ext *
|
| /linux/net/netfilter/ |
| H A D | nft_lookup.c | 27 static const struct nft_set_ext * 69 const struct nft_set_ext * 73 const struct nft_set_ext *ext; in nft_set_do_lookup() 102 const struct nft_set_ext *ext; in nft_lookup_eval()
|
| H A D | nft_set_bitmap.c | 18 struct nft_set_ext ext; 78 const struct nft_set_ext * 83 static const struct nft_set_ext found; in nft_bitmap_lookup()
|
| H A D | nft_dynset.c | 31 const struct nft_set_ext *ext) in nft_dynset_expr_setup() 61 struct nft_set_ext *ext; in nft_dynset_new() 95 const struct nft_set_ext *ext; in nft_dynset_eval()
|
| H A D | nft_set_rbtree.c | 20 struct nft_set_ext *from; 21 struct nft_set_ext *to; 48 struct nft_set_ext ext; 107 const struct nft_set_ext *
|
| H A D | nft_set_pipapo.h | 183 struct nft_set_ext ext;
|
| H A D | nf_tables_api.c | 842 struct nft_set_ext *ext = nft_set_elem_ext(set, elem_priv); in nft_mapelem_deactivate() 864 struct nft_set_ext *ext; in nft_map_catchall_deactivate() 4260 const struct nft_set_ext *ext = nft_set_elem_ext(set, elem_priv); in nft_setelem_validate() 4296 struct nft_set_ext *ext; in nft_set_catchall_validate() 5840 const struct nft_set_ext *ext = nft_set_elem_ext(set, elem_priv); in nft_setelem_data_validate() 5855 const struct nft_set_ext *ext = nft_set_elem_ext(set, elem_priv); in nf_tables_bind_check_setelem() 5868 struct nft_set_ext *ext; in nft_set_catchall_bind_check() 5949 struct nft_set_ext *ext = nft_set_elem_ext(set, elem_priv); in nft_mapelem_activate() 5966 struct nft_set_ext *ext; in nft_map_catchall_activate() 6111 const struct nft_set_ext *ext, in nft_set_elem_expr_dump() [all …]
|
| H A D | nft_set_pipapo_avx2.c | 1254 const struct nft_set_ext * 1266 const struct nft_set_ext *ext; in nft_pipapo_avx2_lookup()
|
| H A D | nft_set_pipapo.c | 571 const struct nft_set_ext * 1290 const struct nft_set_ext *ext = nft_set_elem_ext(set, elem->priv);
|