]> 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)
commit72109cced6d941c7dcf3d4f9e790a7e77c91d1f1
tree47b4a53ce453ec42d096467ad1a3c2130f7cf362
parentd4f631ee499b2fccdb35152b079348e9b7999774
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