[NET]: Annotate skb_copy_and_csum_bits() and callers.
[deliverable/linux.git] / include / linux / skbuff.h
index 784129fb61d443a1b0f10598424b57f702e72902..874ca029fbb998acf999bee7d86f7949b969df3a 100644 (file)
@@ -1340,9 +1340,9 @@ extern int               skb_copy_bits(const struct sk_buff *skb, int offset,
                                     void *to, int len);
 extern int            skb_store_bits(const struct sk_buff *skb, int offset,
                                      void *from, int len);
-extern unsigned int    skb_copy_and_csum_bits(const struct sk_buff *skb,
+extern __wsum         skb_copy_and_csum_bits(const struct sk_buff *skb,
                                              int offset, u8 *to, int len,
-                                             unsigned int csum);
+                                             __wsum csum);
 extern void           skb_copy_and_csum_dev(const struct sk_buff *skb, u8 *to);
 extern void           skb_split(struct sk_buff *skb,
                                 struct sk_buff *skb1, const u32 len);
This page took 0.024161 seconds and 5 git commands to generate.