inet: Add udplib_lookup_skb() helpers
authorKOVACS Krisztian <hidden@sch.bme.hu>
Tue, 7 Oct 2008 19:38:32 +0000 (12:38 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 7 Oct 2008 19:38:32 +0000 (12:38 -0700)
commit607c4aaf03041c8bd81555a0218050c0f895088e
tree130cfcfca74eccb135592a883000a319e94cd7e2
parent9a1f27c48065ce713eb47f2fd475b717e63ef239
inet: Add udplib_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: KOVACS Krisztian <hidden@sch.bme.hu>
Acked-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/udp.c
net/ipv6/udp.c