]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/skbuff.h
net: move zerocopy_sg_from_iovec() to net/core/datagram.c
[karo-tx-linux.git] / include / linux / skbuff.h
index ae46475d45684fe73718a489d287cd2f5fd6b1f9..5ac96f31d546609403768ea462e88f3e2a02b8dd 100644 (file)
@@ -2359,6 +2359,10 @@ extern int              skb_copy_datagram_from_iovec(struct sk_buff *skb,
                                                    const struct iovec *from,
                                                    int from_offset,
                                                    int len);
+extern int            zerocopy_sg_from_iovec(struct sk_buff *skb,
+                                             const struct iovec *frm,
+                                             int offset,
+                                             size_t count);
 extern int            skb_copy_datagram_const_iovec(const struct sk_buff *from,
                                                     int offset,
                                                     const struct iovec *to,