Home
last modified time | relevance | path

Searched refs:nft_set_ext (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/include/net/netfilter/
Dnf_tables.h218 struct nft_set_ext;
241 const struct nft_set_ext **ext);
249 const struct nft_set_ext **ext);
419 struct nft_set_ext { struct
428 tmpl->len = sizeof(struct nft_set_ext); in nft_set_ext_prepare() argument
445 static inline void nft_set_ext_init(struct nft_set_ext *ext, in nft_set_ext_init()
451 static inline bool __nft_set_ext_exists(const struct nft_set_ext *ext, u8 id) in __nft_set_ext_exists()
456 static inline bool nft_set_ext_exists(const struct nft_set_ext *ext, u8 id) in nft_set_ext_exists()
461 static inline void *nft_set_ext(const struct nft_set_ext *ext, u8 id) in nft_set_ext() function
466 static inline struct nft_data *nft_set_ext_key(const struct nft_set_ext *ext) in nft_set_ext_key()
[all …]
/linux-4.1.27/net/netfilter/
Dnft_hash.c34 struct nft_set_ext ext;
75 const struct nft_set_ext **ext) in nft_hash_lookup()
98 const struct nft_set_ext **ext) in nft_hash_update()
Dnft_rbtree.c29 struct nft_set_ext ext;
34 const struct nft_set_ext **ext) in nft_rbtree_lookup()
Dnft_dynset.c34 struct nft_set_ext *ext; in nft_dynset_new()
65 const struct nft_set_ext *ext; in nft_dynset_eval()
Dnft_lookup.c34 const struct nft_set_ext *ext; in nft_lookup_eval()
Dnf_tables_api.c2845 const struct nft_set_ext *ext = nft_set_elem_ext(set, elem->priv); in nf_tables_bind_check_setelem()
2982 const struct nft_set_ext *ext = nft_set_elem_ext(set, elem->priv); in nf_tables_fill_setelem()
3261 struct nft_set_ext *ext; in nft_set_elem_init()
3285 struct nft_set_ext *ext = nft_set_elem_ext(set, elem); in nft_set_elem_destroy()
3303 struct nft_set_ext *ext; in nft_add_set_elem()
4102 const struct nft_set_ext *ext = nft_set_elem_ext(set, elem->priv); in nf_tables_loop_check_setelem()