David S. Miller 51f3d02b98 net: Add and use skb_copy_datagram_msg() helper.
This encapsulates all of the skb_copy_datagram_iovec() callers
with call argument signature "skb, offset, msghdr->msg_iov, length".

When we move to iov_iters in the networking, the iov_iter object will
sit in the msghdr.

Having a helper like this means there will be less places to touch
during that transformation.

Based upon descriptions and patch from Al Viro.

Signed-off-by: David S. Miller <davem@davemloft.net>
2014-11-05 16:46:40 -05:00
..
2008-06-17 16:20:06 -07:00
2011-11-22 16:15:42 -05:00
2008-01-28 15:00:11 -08:00
2013-03-28 01:20:42 -04:00
2006-12-02 21:32:08 -08:00
2014-04-18 14:20:48 +02:00
2013-04-09 14:13:32 -04:00
2005-04-16 15:20:36 -07:00
2012-08-15 21:36:30 -07:00
2012-08-31 16:14:33 -04:00
2007-02-10 23:19:16 -08:00
2014-08-13 20:04:46 -07:00