aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/skbuff.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/skbuff.h')
-rw-r--r--include/linux/skbuff.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h
index 784129fb61d4..874ca029fbb9 100644
--- a/include/linux/skbuff.h
+++ b/include/linux/skbuff.h
@@ -1340,9 +1340,9 @@ extern int skb_copy_bits(const struct sk_buff *skb, int offset,
1340 void *to, int len); 1340 void *to, int len);
1341extern int skb_store_bits(const struct sk_buff *skb, int offset, 1341extern int skb_store_bits(const struct sk_buff *skb, int offset,
1342 void *from, int len); 1342 void *from, int len);
1343extern unsigned int skb_copy_and_csum_bits(const struct sk_buff *skb, 1343extern __wsum skb_copy_and_csum_bits(const struct sk_buff *skb,
1344 int offset, u8 *to, int len, 1344 int offset, u8 *to, int len,
1345 unsigned int csum); 1345 __wsum csum);
1346extern void skb_copy_and_csum_dev(const struct sk_buff *skb, u8 *to); 1346extern void skb_copy_and_csum_dev(const struct sk_buff *skb, u8 *to);
1347extern void skb_split(struct sk_buff *skb, 1347extern void skb_split(struct sk_buff *skb,
1348 struct sk_buff *skb1, const u32 len); 1348 struct sk_buff *skb1, const u32 len);