diff options
Diffstat (limited to 'include/linux/skbuff.h')
-rw-r--r-- | include/linux/skbuff.h | 3 |
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, | |||
3113 | int skb_splice_bits(struct sk_buff *skb, struct sock *sk, unsigned int offset, | 3113 | int 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); |
3116 | int skb_send_sock_locked(struct sock *sk, struct sk_buff *skb, int offset, | ||
3117 | int len); | ||
3118 | int skb_send_sock(struct sock *sk, struct sk_buff *skb, int offset, int len); | ||
3116 | void skb_copy_and_csum_dev(const struct sk_buff *skb, u8 *to); | 3119 | void skb_copy_and_csum_dev(const struct sk_buff *skb, u8 *to); |
3117 | unsigned int skb_zerocopy_headlen(const struct sk_buff *from); | 3120 | unsigned int skb_zerocopy_headlen(const struct sk_buff *from); |
3118 | int skb_zerocopy(struct sk_buff *to, struct sk_buff *from, | 3121 | int skb_zerocopy(struct sk_buff *to, struct sk_buff *from, |