inet_hashtables: Add inet_lookup_skb helpers
authorArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 7 Oct 2008 18:41:57 +0000 (11:41 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 7 Oct 2008 18:41:57 +0000 (11:41 -0700)
commit9a1f27c48065ce713eb47f2fd475b717e63ef239
tree79ebeb8386b98aca595625b9d2db26bd52a8077d
parentc7004482e8dcb7c3c72666395cfa98a216a4fb70
inet_hashtables: Add inet_lookup_skb helpers

To be able to use the cached socket reference in the skb during input
processing we add a new set of lookup functions that receive the skb on
their argument list.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: KOVACS Krisztian <hidden@sch.bme.hu>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/inet6_hashtables.h
include/net/inet_hashtables.h
net/dccp/ipv4.c
net/dccp/ipv6.c
net/ipv4/tcp_ipv4.c
net/ipv6/tcp_ipv6.c