commit | 8024e02879ddd5042be02c70557f74cdc70b44b4 | [log] [tgz] |
---|---|---|
author | Tom Herbert <therbert@google.com> | Sun Jul 13 19:49:37 2014 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 14 16:12:15 2014 -0700 |
tree | bd11e8dae8b5d397c4d9e43e0af3c9330de24658 | |
parent | 39b1c29b7bb932d7c2bd5680a927f269944bdfda [diff] |
udp: Add udp_sock_create for UDP tunnels to open listener socket 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>