[SCTP]: Beginning of sin_port fixes.
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 21 Nov 2006 01:02:01 +0000 (17:02 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 3 Dec 2006 05:26:24 +0000 (21:26 -0800)
commit04afd8b282d702bc122051751466000e9513ef96
tree1a5bc840fbc322daaf71b1e9fdd83b27274f9cc9
parentdbc16db1e58da6c346ca3e63870c17b93fbed0f0
[SCTP]: Beginning of sin_port fixes.

That's going to be a long series.  Introduced temporary helpers
doing copy-and-convert for sctp_addr; they are used to kill
flip-in-place in global data structures and will be used
to gradually push host-endian uses of sctp_addr out of existence.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/sctp/structs.h
net/sctp/socket.c