summaryrefslogtreecommitdiffstats
path: root/include/linux/skbuff.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/skbuff.h')
-rw-r--r--include/linux/skbuff.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h
index 4093552be1de..18e76bf9574e 100644
--- a/include/linux/skbuff.h
+++ b/include/linux/skbuff.h
@@ -3113,6 +3113,9 @@ __wsum skb_copy_and_csum_bits(const struct sk_buff *skb, int offset, u8 *to,
3113int skb_splice_bits(struct sk_buff *skb, struct sock *sk, unsigned int offset, 3113int skb_splice_bits(struct sk_buff *skb, struct sock *sk, unsigned int offset,
3114 struct pipe_inode_info *pipe, unsigned int len, 3114 struct pipe_inode_info *pipe, unsigned int len,
3115 unsigned int flags); 3115 unsigned int flags);
3116int skb_send_sock_locked(struct sock *sk, struct sk_buff *skb, int offset,
3117 int len);
3118int skb_send_sock(struct sock *sk, struct sk_buff *skb, int offset, int len);
3116void skb_copy_and_csum_dev(const struct sk_buff *skb, u8 *to); 3119void skb_copy_and_csum_dev(const struct sk_buff *skb, u8 *to);
3117unsigned int skb_zerocopy_headlen(const struct sk_buff *from); 3120unsigned int skb_zerocopy_headlen(const struct sk_buff *from);
3118int skb_zerocopy(struct sk_buff *to, struct sk_buff *from, 3121int skb_zerocopy(struct sk_buff *to, struct sk_buff *from,