commit | 5b441f76f1b83591e8cd9d60ba1df3a2aacde27f | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Wed Mar 18 14:05:34 2015 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Mar 18 22:00:34 2015 -0400 |
tree | 13aff60eedcd644be5bec2bb0190ba4ccca3141e | |
parent | 6eada0110c8984477f5f1e57a0b7f7b2fc841e30 [diff] |
net: introduce sk_ehashfn() helper Goal is to unify IPv4/IPv6 inet_hash handling, and use common helpers for all kind of sockets (full sockets, timewait and request sockets) inet_sk_ehashfn() becomes sk_ehashfn() but still only copes with IPv4 Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>