nft_set_ext       296 include/net/netfilter/nf_tables.h struct nft_set_ext;
nft_set_ext       325 include/net/netfilter/nf_tables.h 						  const struct nft_set_ext **ext);
nft_set_ext       333 include/net/netfilter/nf_tables.h 						  const struct nft_set_ext **ext);
nft_set_ext       340 include/net/netfilter/nf_tables.h 						  struct nft_set_ext **ext);
nft_set_ext       566 include/net/netfilter/nf_tables.h 	tmpl->len = sizeof(struct nft_set_ext);
nft_set_ext       583 include/net/netfilter/nf_tables.h static inline void nft_set_ext_init(struct nft_set_ext *ext,
nft_set_ext       589 include/net/netfilter/nf_tables.h static inline bool __nft_set_ext_exists(const struct nft_set_ext *ext, u8 id)
nft_set_ext       594 include/net/netfilter/nf_tables.h static inline bool nft_set_ext_exists(const struct nft_set_ext *ext, u8 id)
nft_set_ext       599 include/net/netfilter/nf_tables.h static inline void *nft_set_ext(const struct nft_set_ext *ext, u8 id)
nft_set_ext       604 include/net/netfilter/nf_tables.h static inline struct nft_data *nft_set_ext_key(const struct nft_set_ext *ext)
nft_set_ext       606 include/net/netfilter/nf_tables.h 	return nft_set_ext(ext, NFT_SET_EXT_KEY);
nft_set_ext       609 include/net/netfilter/nf_tables.h static inline struct nft_data *nft_set_ext_data(const struct nft_set_ext *ext)
nft_set_ext       611 include/net/netfilter/nf_tables.h 	return nft_set_ext(ext, NFT_SET_EXT_DATA);
nft_set_ext       614 include/net/netfilter/nf_tables.h static inline u8 *nft_set_ext_flags(const struct nft_set_ext *ext)
nft_set_ext       616 include/net/netfilter/nf_tables.h 	return nft_set_ext(ext, NFT_SET_EXT_FLAGS);
nft_set_ext       619 include/net/netfilter/nf_tables.h static inline u64 *nft_set_ext_timeout(const struct nft_set_ext *ext)
nft_set_ext       621 include/net/netfilter/nf_tables.h 	return nft_set_ext(ext, NFT_SET_EXT_TIMEOUT);
nft_set_ext       624 include/net/netfilter/nf_tables.h static inline u64 *nft_set_ext_expiration(const struct nft_set_ext *ext)
nft_set_ext       626 include/net/netfilter/nf_tables.h 	return nft_set_ext(ext, NFT_SET_EXT_EXPIRATION);
nft_set_ext       629 include/net/netfilter/nf_tables.h static inline struct nft_userdata *nft_set_ext_userdata(const struct nft_set_ext *ext)
nft_set_ext       631 include/net/netfilter/nf_tables.h 	return nft_set_ext(ext, NFT_SET_EXT_USERDATA);
nft_set_ext       634 include/net/netfilter/nf_tables.h static inline struct nft_expr *nft_set_ext_expr(const struct nft_set_ext *ext)
nft_set_ext       636 include/net/netfilter/nf_tables.h 	return nft_set_ext(ext, NFT_SET_EXT_EXPR);
nft_set_ext       639 include/net/netfilter/nf_tables.h static inline bool nft_set_elem_expired(const struct nft_set_ext *ext)
nft_set_ext       645 include/net/netfilter/nf_tables.h static inline struct nft_set_ext *nft_set_elem_ext(const struct nft_set *set,
nft_set_ext       651 include/net/netfilter/nf_tables.h static inline struct nft_object **nft_set_ext_obj(const struct nft_set_ext *ext)
nft_set_ext       653 include/net/netfilter/nf_tables.h 	return nft_set_ext(ext, NFT_SET_EXT_OBJREF);
nft_set_ext      1300 include/net/netfilter/nf_tables.h static inline bool nft_set_elem_active(const struct nft_set_ext *ext,
nft_set_ext      1308 include/net/netfilter/nf_tables.h 					      struct nft_set_ext *ext)
nft_set_ext      1335 include/net/netfilter/nf_tables.h static inline int nft_set_elem_mark_busy(struct nft_set_ext *ext)
nft_set_ext      1339 include/net/netfilter/nf_tables.h 	BUILD_BUG_ON(offsetof(struct nft_set_ext, genmask) != 0);
nft_set_ext      1343 include/net/netfilter/nf_tables.h static inline void nft_set_elem_clear_busy(struct nft_set_ext *ext)
nft_set_ext      3834 net/netfilter/nf_tables_api.c 	const struct nft_set_ext *ext = nft_set_elem_ext(set, elem->priv);
nft_set_ext      4010 net/netfilter/nf_tables_api.c 	const struct nft_set_ext *ext = nft_set_elem_ext(set, elem->priv);
nft_set_ext      4426 net/netfilter/nf_tables_api.c 	struct nft_set_ext *ext;
nft_set_ext      4453 net/netfilter/nf_tables_api.c 	struct nft_set_ext *ext = nft_set_elem_ext(set, elem);
nft_set_ext      4484 net/netfilter/nf_tables_api.c 	struct nft_set_ext *ext = nft_set_elem_ext(set, elem);
nft_set_ext      4498 net/netfilter/nf_tables_api.c 	struct nft_set_ext *ext, *ext2;
nft_set_ext      4789 net/netfilter/nf_tables_api.c 	const struct nft_set_ext *ext = nft_set_elem_ext(set, elem->priv);
nft_set_ext      4801 net/netfilter/nf_tables_api.c 	const struct nft_set_ext *ext = nft_set_elem_ext(set, elem->priv);
nft_set_ext      4816 net/netfilter/nf_tables_api.c 	struct nft_set_ext *ext;
nft_set_ext      7233 net/netfilter/nf_tables_api.c 	const struct nft_set_ext *ext = nft_set_elem_ext(set, elem->priv);
nft_set_ext        25 net/netfilter/nft_connlimit.c 					 const struct nft_set_ext *ext)
nft_set_ext        48 net/netfilter/nft_dynset.c 	struct nft_set_ext *ext;
nft_set_ext        83 net/netfilter/nft_dynset.c 	const struct nft_set_ext *ext;
nft_set_ext        32 net/netfilter/nft_lookup.c 	const struct nft_set_ext *ext;
nft_set_ext       168 net/netfilter/nft_lookup.c 	const struct nft_set_ext *ext = nft_set_elem_ext(set, elem->priv);
nft_set_ext       108 net/netfilter/nft_objref.c 	const struct nft_set_ext *ext;
nft_set_ext        17 net/netfilter/nft_set_bitmap.c 	struct nft_set_ext	ext;
nft_set_ext        77 net/netfilter/nft_set_bitmap.c 			      const u32 *key, const struct nft_set_ext **ext)
nft_set_ext       125 net/netfilter/nft_set_bitmap.c 			     struct nft_set_ext **ext)
nft_set_ext        31 net/netfilter/nft_set_hash.c 	struct nft_set_ext		ext;
nft_set_ext        78 net/netfilter/nft_set_hash.c 			     const u32 *key, const struct nft_set_ext **ext)
nft_set_ext       119 net/netfilter/nft_set_hash.c 			     const struct nft_set_ext **ext)
nft_set_ext       160 net/netfilter/nft_set_hash.c 			    struct nft_set_ext **ext)
nft_set_ext       419 net/netfilter/nft_set_hash.c 	struct nft_set_ext		ext;
nft_set_ext       423 net/netfilter/nft_set_hash.c 			    const u32 *key, const struct nft_set_ext **ext)
nft_set_ext       462 net/netfilter/nft_set_hash.c 				 const u32 *key, const struct nft_set_ext **ext)
nft_set_ext       484 net/netfilter/nft_set_hash.c 		     const struct nft_set_ext *ext)
nft_set_ext       502 net/netfilter/nft_set_hash.c 			   struct nft_set_ext **ext)
nft_set_ext        27 net/netfilter/nft_set_rbtree.c 	struct nft_set_ext	ext;
nft_set_ext        48 net/netfilter/nft_set_rbtree.c 				const u32 *key, const struct nft_set_ext **ext,
nft_set_ext       111 net/netfilter/nft_set_rbtree.c 			      const u32 *key, const struct nft_set_ext **ext)
nft_set_ext       219 net/netfilter/nft_set_rbtree.c 			       struct nft_set_ext **ext)
nft_set_ext       261 net/netfilter/nft_set_rbtree.c 			     struct nft_set_ext **ext)