summaryrefslogtreecommitdiffstats
path: root/include/net/sctp
diff options
context:
space:
mode:
authorAl Viro2006-11-21 02:25:49 +0100
committerDavid S. Miller2006-12-03 06:27:11 +0100
commit3dbe86566ed262dae3b5472b9360cb5b65d42716 (patch)
treee51c42ad86864d66441e1af23661b27058a06a24 /include/net/sctp
parent[SCTP]: sctp_association ->peer.i is a host-endian analog of sctp_inthdr. (diff)
downloadkernel-qcow2-linux-3dbe86566ed262dae3b5472b9360cb5b65d42716.tar.gz
kernel-qcow2-linux-3dbe86566ed262dae3b5472b9360cb5b65d42716.tar.xz
kernel-qcow2-linux-3dbe86566ed262dae3b5472b9360cb5b65d42716.zip
[SCTP]: Annotate ->supported_addrs().
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/sctp')
-rw-r--r--include/net/sctp/structs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h
index 2db4a1bdd1a7..f8cbe40f52c0 100644
--- a/include/net/sctp/structs.h
+++ b/include/net/sctp/structs.h
@@ -587,7 +587,7 @@ struct sctp_pf {
struct sctp_sock *);
int (*bind_verify) (struct sctp_sock *, union sctp_addr *);
int (*send_verify) (struct sctp_sock *, union sctp_addr *);
- int (*supported_addrs)(const struct sctp_sock *, __u16 *);
+ int (*supported_addrs)(const struct sctp_sock *, __be16 *);
struct sock *(*create_accept_sk) (struct sock *sk,
struct sctp_association *asoc);
void (*addr_v4map) (struct sctp_sock *, union sctp_addr *);