| commit | 27d7ff46a3498d3debc6ba68fb8014c702b81170 | [log] [tgz] |
|---|---|---|
| author | Arnaldo Carvalho de Melo <acme@ghostprotocols.net> | Sat Mar 31 11:55:19 2007 -0300 |
| committer | David S. Miller <davem@sunset.davemloft.net> | Wed Apr 25 22:28:29 2007 -0700 |
| tree | b5a0c617cf8339524d3b1f1633e08eae7b94cf86 | |
| parent | 3dbad80ac7632f243b824d469301abb97ec634a1 [diff] |
[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}
To clearly state the intent of copying to linear sk_buffs, _offset being a
overly long variant but interesting for the sake of saving some bytes.
Signed-off-by: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>