]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb81d2b50a42bafbdd6e8544d971d916a086ac6ab
tree130cfcfca74eccb135592a883000a319e94cd7e2
parentb076e1da26d752060acd762bc226cb15a6af761e
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