[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>
This commit is contained in:
parent
5ab7b859ab
commit
dd86d136f9
6 changed files with 19 additions and 28 deletions
|
@ -575,7 +575,7 @@ struct sctp_af {
|
|||
struct sock *sk);
|
||||
void (*from_addr_param) (union sctp_addr *,
|
||||
union sctp_addr_param *,
|
||||
__u16 port, int iif);
|
||||
__be16 port, int iif);
|
||||
int (*to_addr_param) (const union sctp_addr *,
|
||||
union sctp_addr_param *);
|
||||
int (*addr_valid) (union sctp_addr *,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue