diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2008-08-16 00:13:53 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-08-16 04:52:30 +0200 |
commit | db543c1f973cd1d557cc32ceee76737c1e4d2898 (patch) | |
tree | a87f3d359895b08648362f785a01559adbb30b24 /drivers/net/tun.c | |
parent | tun: TUNGETIFF interface to query name and flags (diff) | |
download | linux-db543c1f973cd1d557cc32ceee76737c1e4d2898.tar.xz linux-db543c1f973cd1d557cc32ceee76737c1e4d2898.zip |
net: skb_copy_datagram_from_iovec()
There's an skb_copy_datagram_iovec() to copy out of a paged skb, but
nothing the other way around (because we don't do that).
We want to allocate big skbs in tun.c, so let's add the function.
It's a carbon copy of skb_copy_datagram_iovec() with enough changes to
be annoying.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/tun.c')
0 files changed, 0 insertions, 0 deletions