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)
commit77a6a471bc18763cb2e80a8cc92f4c04eae37d32
tree47b4a53ce453ec42d096467ad1a3c2130f7cf362
parentd1e559d0b1b0d02f76a6bd5b768a99dc834ae926
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
This page took 0.024958 seconds and 5 git commands to generate.