Re: [PATCH] netfilter: xt_connlimit: use rb_entry()

From: Pablo Neira Ayuso
Date: Thu Jan 05 2017 - 07:27:10 EST


On Tue, Dec 20, 2016 at 10:02:13PM +0800, Geliang Tang wrote:
> To make the code clearer, use rb_entry() instead of container_of() to
> deal with rbtree.

Applied this one to nf-next, thanks.