vxlan: consolidate rx handling to a single function
authorJiri Benc <jbenc@redhat.com>
Tue, 23 Feb 2016 17:02:58 +0000 (18:02 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 25 Feb 2016 20:17:12 +0000 (15:17 -0500)
commitf2d1968ec85e85def98fdea0cf325851433bb60a
tree5b03a4ff9f475658376f2c89bfe628e7dfe46338
parent760c68054e9ed1c6e43b06f916f6efc2c8a1adcc
vxlan: consolidate rx handling to a single function

Now when both vxlan_udp_encap_recv and vxlan_rcv are much shorter, combine
them into a single function.

Signed-off-by: Jiri Benc <jbenc@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vxlan.c