]> git.baikalelectronics.ru Git - kernel.git/commit
udp: Export UDP socket lookup function
authorKOVACS Krisztian <hidden@sch.bme.hu>
Wed, 1 Oct 2008 14:48:10 +0000 (07:48 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 1 Oct 2008 14:48:10 +0000 (07:48 -0700)
commit7cf48c486c909aea80234a3b36b57566a25abc2c
tree18fc3d87f764615d7139f23b2792bbf89fc7a63b
parent1a5f05e7ecc371c2a970f407a33edb103ea503a6
udp: Export UDP socket lookup function

The iptables tproxy code has to be able to do UDP socket hash lookups,
so we have to provide an exported lookup function for this purpose.

Signed-off-by: KOVACS Krisztian <hidden@sch.bme.hu>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/udp.h
net/ipv4/udp.c