From: Benjamin LaHaise Date: Fri, 27 Apr 2012 08:23:21 +0000 (+0000) Subject: net/ipv6/udp: UDP encapsulation: break backlog_rcv into __udpv6_queue_rcv_skb X-Git-Tag: v3.5-rc1~109^2~247 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7ad74fef3af6c6e2ef7f01c5589d77fe7db3d7c;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed