diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2006-11-15 00:37:14 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-12-03 00:23:35 -0500 |
commit | 2bbbc86890ac4c911c5057f69af93853e52a42a8 (patch) | |
tree | f05aa0eea53312afa5829a80da35d4500d7a1b52 /include | |
parent | 5f92a7388a29594d6c365b23a48d4bb8299a3ea7 (diff) |
[NET]: Annotate skb_checksum() and callers.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/skbuff.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h index 64fa7f4c702d..784129fb61d4 100644 --- a/include/linux/skbuff.h +++ b/include/linux/skbuff.h | |||
@@ -1334,8 +1334,8 @@ extern int skb_copy_and_csum_datagram_iovec(struct sk_buff *skb, | |||
1334 | extern void skb_free_datagram(struct sock *sk, struct sk_buff *skb); | 1334 | extern void skb_free_datagram(struct sock *sk, struct sk_buff *skb); |
1335 | extern void skb_kill_datagram(struct sock *sk, struct sk_buff *skb, | 1335 | extern void skb_kill_datagram(struct sock *sk, struct sk_buff *skb, |
1336 | unsigned int flags); | 1336 | unsigned int flags); |
1337 | extern unsigned int skb_checksum(const struct sk_buff *skb, int offset, | 1337 | extern __wsum skb_checksum(const struct sk_buff *skb, int offset, |
1338 | int len, unsigned int csum); | 1338 | int len, __wsum csum); |
1339 | extern int skb_copy_bits(const struct sk_buff *skb, int offset, | 1339 | extern int skb_copy_bits(const struct sk_buff *skb, int offset, |
1340 | void *to, int len); | 1340 | void *to, int len); |
1341 | extern int skb_store_bits(const struct sk_buff *skb, int offset, | 1341 | extern int skb_store_bits(const struct sk_buff *skb, int offset, |