diff options
Diffstat (limited to 'include/linux/skbuff.h')
-rw-r--r-- | include/linux/skbuff.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h index 5fd389162f01..af2b21bdda83 100644 --- a/include/linux/skbuff.h +++ b/include/linux/skbuff.h | |||
@@ -1717,6 +1717,11 @@ extern int skb_copy_datagram_from_iovec(struct sk_buff *skb, | |||
1717 | int offset, | 1717 | int offset, |
1718 | struct iovec *from, | 1718 | struct iovec *from, |
1719 | int len); | 1719 | int len); |
1720 | extern int skb_copy_datagram_const_iovec(const struct sk_buff *from, | ||
1721 | int offset, | ||
1722 | const struct iovec *to, | ||
1723 | int to_offset, | ||
1724 | int size); | ||
1720 | extern void skb_free_datagram(struct sock *sk, struct sk_buff *skb); | 1725 | extern void skb_free_datagram(struct sock *sk, struct sk_buff *skb); |
1721 | extern int skb_kill_datagram(struct sock *sk, struct sk_buff *skb, | 1726 | extern int skb_kill_datagram(struct sock *sk, struct sk_buff *skb, |
1722 | unsigned int flags); | 1727 | unsigned int flags); |