]> git.baikalelectronics.ru Git - kernel.git/commit
net/ipv6/udp: UDP encapsulation: break backlog_rcv into __udpv6_queue_rcv_skb
authorBenjamin LaHaise <bcrl@kvack.org>
Fri, 27 Apr 2012 08:23:21 +0000 (08:23 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 29 Apr 2012 02:21:50 +0000 (22:21 -0400)
commitf15dff04cfed3f796d6dd51a56529edcfc8244af
treefc0276ddd7983b0e346ce08104c7165a0b710295
parent5a33a4a8a565a2c65a4894ff28f65c1a67232509
net/ipv6/udp: UDP encapsulation: break backlog_rcv into __udpv6_queue_rcv_skb

This is the first step in reworking the IPv6 UDP code to be structured more
like the IPv4 UDP code.  This patch creates __udpv6_queue_rcv_skb() with
the equivalent sematics to __udp_queue_rcv_skb(), and wires it up to the
backlog_rcv method.

Signed-off-by: Benjamin LaHaise <bcrl@kvack.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/udp.c