]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: get rid of __inet6_hash()
authorEric Dumazet <edumazet@google.com>
Wed, 18 Mar 2015 21:05:36 +0000 (14:05 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 19 Mar 2015 02:00:35 +0000 (22:00 -0400)
commitd3bd490dd9b210abf513d1228b8e20dcc5574d9e
tree47b4a53ce453ec42d096467ad1a3c2130f7cf362
parentb551625927b738dc0d54f1e4f828221df2bbefc3
ipv6: get rid of __inet6_hash()

We can now use inet_hash() and __inet_hash() instead of private
functions.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/inet6_hashtables.h
include/net/inet_hashtables.h
net/dccp/ipv6.c
net/ipv4/inet_hashtables.c
net/ipv6/inet6_hashtables.c
net/ipv6/tcp_ipv6.c