commit | f7ad74fef3af6c6e2ef7f01c5589d77fe7db3d7c | [log] [tgz] |
---|---|---|
author | Benjamin LaHaise <bcrl@kvack.org> | Fri Apr 27 08:23:21 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sat Apr 28 22:21:50 2012 -0400 |
tree | fc0276ddd7983b0e346ce08104c7165a0b710295 | |
parent | a319726af99d3da87f942a4ae95a4f6527badf4a [diff] |
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>