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_set_hash.c | 35 struct nft_set_ext ext; 85 const struct nft_set_ext * 125 static const struct nft_set_ext * 394 struct nft_set_ext *ext) in nft_rhash_expr_needs_gc_run() 596 struct nft_set_ext ext; 600 const struct nft_set_ext * 644 const struct nft_set_ext * 666 const struct nft_set_ext *ext) in nft_jhash()
|
| 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 | 30 const struct nft_set_ext *ext) in nft_dynset_expr_setup() 60 struct nft_set_ext *ext; in nft_dynset_new() 94 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 | 175 struct nft_set_ext ext;
|
| H A D | nf_tables_api.c | 839 struct nft_set_ext *ext = nft_set_elem_ext(set, elem_priv); in nft_mapelem_deactivate() 861 struct nft_set_ext *ext; in nft_map_catchall_deactivate() 4246 const struct nft_set_ext *ext = nft_set_elem_ext(set, elem_priv); in nft_setelem_validate() 4282 struct nft_set_ext *ext; in nft_set_catchall_validate() 5826 const struct nft_set_ext *ext = nft_set_elem_ext(set, elem_priv); in nft_setelem_data_validate() 5841 const struct nft_set_ext *ext = nft_set_elem_ext(set, elem_priv); in nf_tables_bind_check_setelem() 5854 struct nft_set_ext *ext; in nft_set_catchall_bind_check() 5935 struct nft_set_ext *ext = nft_set_elem_ext(set, elem_priv); in nft_mapelem_activate() 5952 struct nft_set_ext *ext; in nft_map_catchall_activate() 6097 const struct nft_set_ext *ex in nft_set_elem_expr_dump() [all...] |
| H A D | nft_set_pipapo_avx2.c | 1255 const struct nft_set_ext * 1267 const struct nft_set_ext *ext; in nft_pipapo_avx2_lookup()
|
| H A D | nft_set_pipapo.c | 569 const struct nft_set_ext * 1169 * @e: For last field, nft_set_ext pointer matching rules map to 1280 * @elem_priv: Filled with pointer to &struct nft_set_ext in inserted element 1288 const struct nft_set_ext *ext = nft_set_elem_ext(set, elem->priv);
|