On Thu, 2017-11-30 at 15:23 -0800, Martin KaFai Lau wrote: > This patch adds a count to the 'struct inet_listen_hashbucket'. > It counts how many sk is hashed to a bucket. It will be > used to decide if the (to-be-added) portaddr listener's hashtable > should be used during inet[6]_lookup_listener(). > > Signed-off-by: Martin KaFai Lau <ka...@fb.com> > --- >
Reviewed-by: Eric Dumazet <eduma...@google.com>