diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2006-11-14 21:37:50 -0800 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-12-02 21:23:37 -0800 |
commit | b1550f221255f7dd06048d832bf0f3d166840e1c (patch) | |
tree | 2669b6ef8977c86d9d4563c4ff08a8e0136556ea /include | |
parent | 81d77662763ae527ba3a9b9275467901aaab7dfd (diff) | |
download | op-kernel-dev-b1550f221255f7dd06048d832bf0f3d166840e1c.zip op-kernel-dev-b1550f221255f7dd06048d832bf0f3d166840e1c.tar.gz |
[NET]: Annotate ip_vs_checksum_complete() 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/net/ip_vs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/ip_vs.h b/include/net/ip_vs.h index 903108e..fedea8d 100644 --- a/include/net/ip_vs.h +++ b/include/net/ip_vs.h @@ -988,7 +988,7 @@ extern int ip_vs_make_skb_writable(struct sk_buff **pskb, int len); extern void ip_vs_nat_icmp(struct sk_buff *skb, struct ip_vs_protocol *pp, struct ip_vs_conn *cp, int dir); -extern u16 ip_vs_checksum_complete(struct sk_buff *skb, int offset); +extern __sum16 ip_vs_checksum_complete(struct sk_buff *skb, int offset); static inline u16 ip_vs_check_diff(u32 old, u32 new, u16 oldsum) { |