]> git.baikalelectronics.ru Git - kernel.git/commit
[SCTP] embedded sctp_addr: net-endian mirrors
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 21 Nov 2006 01:04:42 +0000 (17:04 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 3 Dec 2006 05:26:30 +0000 (21:26 -0800)
commitd1331896d6325087df3c7060b69a8d70346f4b77
tree3c2e93e5cccb7a11176079509e55f103464b1b98
parent65169d4ffe24b8f0ba7d953295bcd684dbc7d0f9
[SCTP] embedded sctp_addr: net-endian mirrors

Add sctp_chunk->source, sctp_sockaddr_entry->a, sctp_transport->ipaddr
and sctp_transport->saddr, maintain them as net-endian mirrors of
their host-endian counterparts.

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/bind_addr.c
net/sctp/ipv6.c
net/sctp/protocol.c
net/sctp/sm_make_chunk.c
net/sctp/transport.c