diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2006-11-20 20:11:13 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-12-03 00:26:48 -0500 |
commit | dd86d136f9feb72c52a5b07707affe80edbc8dda (patch) | |
tree | 3ca8c38af8d87d76d2ad3fa239a7d9984f327bec /include/net | |
parent | 5ab7b859ab58e3479a5a66e383ecd6bc447f6c1d (diff) |
[SCTP]: Switch ->from_addr_param() to 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/sctp/structs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h index 1616a38a0be3..8f6619dbb666 100644 --- a/include/net/sctp/structs.h +++ b/include/net/sctp/structs.h | |||
@@ -575,7 +575,7 @@ struct sctp_af { | |||
575 | struct sock *sk); | 575 | struct sock *sk); |
576 | void (*from_addr_param) (union sctp_addr *, | 576 | void (*from_addr_param) (union sctp_addr *, |
577 | union sctp_addr_param *, | 577 | union sctp_addr_param *, |
578 | __u16 port, int iif); | 578 | __be16 port, int iif); |
579 | int (*to_addr_param) (const union sctp_addr *, | 579 | int (*to_addr_param) (const union sctp_addr *, |
580 | union sctp_addr_param *); | 580 | union sctp_addr_param *); |
581 | int (*addr_valid) (union sctp_addr *, | 581 | int (*addr_valid) (union sctp_addr *, |