udp: Add udp_sock_create for UDP tunnels to open listener socket
authorTom Herbert <therbert@google.com>
Mon, 14 Jul 2014 02:49:37 +0000 (19:49 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 14 Jul 2014 23:12:15 +0000 (16:12 -0700)
Added udp_tunnel.c which can contain some common functions for UDP
tunnels. The first function in this is udp_sock_create which is used
to open the listener port for a UDP tunnel.

Signed-off-by: Tom Herbert <therbert@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found