summaryrefslogtreecommitdiffstats
path: root/net/sctp/ipv6.c
diff options
context:
space:
mode:
authorAl Viro2006-11-21 02:06:24 +0100
committerDavid S. Miller2006-12-03 06:26:35 +0100
commit854d43a465cc8ba8e501320b3bc27359d909da2f (patch)
tree6a1d4d5aa91eb4a945f79e3a1420b541705b32a5 /net/sctp/ipv6.c
parent[SCTP]: Switch ->primary_addr to net-endian. (diff)
downloadkernel-qcow2-linux-854d43a465cc8ba8e501320b3bc27359d909da2f.tar.gz
kernel-qcow2-linux-854d43a465cc8ba8e501320b3bc27359d909da2f.tar.xz
kernel-qcow2-linux-854d43a465cc8ba8e501320b3bc27359d909da2f.zip
[SCTP]: Annotate ->dst_saddr()
switched to taking a pointer to net-endian sctp_addr and a net-endian port number. Instances and callers adjusted; interestingly enough, the only calls are direct calls of specific instances - the method is not used at all. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sctp/ipv6.c')
-rw-r--r--net/sctp/ipv6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/ipv6.c b/net/sctp/ipv6.c
index 8ebd177296ba..6139d1d964eb 100644
--- a/net/sctp/ipv6.c
+++ b/net/sctp/ipv6.c
@@ -434,7 +434,7 @@ static int sctp_v6_to_addr_param(const union sctp_addr *addr,
/* Initialize a sctp_addr from a dst_entry. */
static void sctp_v6_dst_saddr(union sctp_addr *addr, struct dst_entry *dst,
- unsigned short port)
+ __be16 port)
{
struct rt6_info *rt = (struct rt6_info *)dst;
addr->sa.sa_family = AF_INET6;