aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2006-09-27 18:34:21 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2006-09-28 18:02:09 -0700
commit35986b329f5476630cef00cc7a164ff336ec1a21 (patch)
treec9125a35a00a981b6a3daea76af8ac71042647cc /include/net
parent[NET]: struct sock_exterr_skb annotations (diff)
downloadlinux-dev-35986b329f5476630cef00cc7a164ff336ec1a21.tar.xz
linux-dev-35986b329f5476630cef00cc7a164ff336ec1a21.zip
[IPV4]: ip_icmp_error() annotations
port is net-endian Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/ip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/ip.h b/include/net/ip.h
index 7e7e9731ada8..b6d95e553401 100644
--- a/include/net/ip.h
+++ b/include/net/ip.h
@@ -363,7 +363,7 @@ extern int ip_ra_control(struct sock *sk, unsigned char on, void (*destructor)(s
extern int ip_recv_error(struct sock *sk, struct msghdr *msg, int len);
extern void ip_icmp_error(struct sock *sk, struct sk_buff *skb, int err,
- u16 port, u32 info, u8 *payload);
+ __be16 port, u32 info, u8 *payload);
extern void ip_local_error(struct sock *sk, int err, __be32 daddr, __be16 dport,
u32 info);