Searched refs:nft_rbtree_elem (Results 1 - 1 of 1) sorted by path

/linux-master/net/netfilter/
H A Dnft_set_rbtree.c25 struct nft_rbtree_elem { struct
31 static bool nft_rbtree_interval_end(const struct nft_rbtree_elem *rbe)
37 static bool nft_rbtree_interval_start(const struct nft_rbtree_elem *rbe)
43 const struct nft_rbtree_elem *e1,
44 const struct nft_rbtree_elem *e2)
50 static bool nft_rbtree_elem_expired(const struct nft_rbtree_elem *rbe)
60 const struct nft_rbtree_elem *rbe, *interval = NULL;
70 rbe = rb_entry(parent, struct nft_rbtree_elem, node);
137 const u32 *key, struct nft_rbtree_elem **elem,
140 struct nft_rbtree_elem *rb
[all...]

Completed in 392 milliseconds