]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit722fd10f3aba4e2d7cb1d9e912746d5666ab7f7b
tree5b03a4ff9f475658376f2c89bfe628e7dfe46338
parentca7e5a04d3538b6a68f2d70fccb5cecb449d4b67
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