Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/netfilter/
Dnf_tables.h219 struct nft_set_ext;
242 const struct nft_set_ext **ext);
250 const struct nft_set_ext **ext);
420 struct nft_set_ext { struct
429 tmpl->len = sizeof(struct nft_set_ext); in nft_set_ext_prepare() argument
446 static inline void nft_set_ext_init(struct nft_set_ext *ext, in nft_set_ext_init()
452 static inline bool __nft_set_ext_exists(const struct nft_set_ext *ext, u8 id) in __nft_set_ext_exists()
457 static inline bool nft_set_ext_exists(const struct nft_set_ext *ext, u8 id) in nft_set_ext_exists()
462 static inline void *nft_set_ext(const struct nft_set_ext *ext, u8 id) in nft_set_ext() function
467 static inline struct nft_data *nft_set_ext_key(const struct nft_set_ext *ext) in nft_set_ext_key()
[all …]
/linux-4.4.14/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()
66 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.c2913 const struct nft_set_ext *ext = nft_set_elem_ext(set, elem->priv); in nf_tables_bind_check_setelem()
3049 const struct nft_set_ext *ext = nft_set_elem_ext(set, elem->priv); in nf_tables_fill_setelem()
3330 struct nft_set_ext *ext; in nft_set_elem_init()
3354 struct nft_set_ext *ext = nft_set_elem_ext(set, elem); in nft_set_elem_destroy()
3372 struct nft_set_ext *ext; in nft_add_set_elem()
4171 const struct nft_set_ext *ext = nft_set_elem_ext(set, elem->priv); in nf_tables_loop_check_setelem()