[NET]: Annotate skb_checksum() and callers.
[deliverable/linux.git] / include / linux / skbuff.h
index 64fa7f4c702dbb373254af88e5d15915ccf8ce40..784129fb61d443a1b0f10598424b57f702e72902 100644 (file)
@@ -1334,8 +1334,8 @@ extern int               skb_copy_and_csum_datagram_iovec(struct sk_buff *skb,
 extern void           skb_free_datagram(struct sock *sk, struct sk_buff *skb);
 extern void           skb_kill_datagram(struct sock *sk, struct sk_buff *skb,
                                         unsigned int flags);
-extern unsigned int    skb_checksum(const struct sk_buff *skb, int offset,
-                                   int len, unsigned int csum);
+extern __wsum         skb_checksum(const struct sk_buff *skb, int offset,
+                                   int len, __wsum csum);
 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,
This page took 0.036783 seconds and 5 git commands to generate.