aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2006-11-20 17:25:49 -0800
committerDavid S. Miller <davem@sunset.davemloft.net>2006-12-02 21:27:11 -0800
commit3dbe86566ed262dae3b5472b9360cb5b65d42716 (patch)
treee51c42ad86864d66441e1af23661b27058a06a24 /include/net
parent[SCTP]: sctp_association ->peer.i is a host-endian analog of sctp_inthdr. (diff)
downloadlinux-dev-3dbe86566ed262dae3b5472b9360cb5b65d42716.tar.xz
linux-dev-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')
-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 *);