-
- Downloads
[SCTP]: Beginning of conversion to net-endian for embedded sctp_addr.
Part 1: rename sctp_chunk->source, sctp_sockaddr_entry->a, sctp_transport->ipaddr and sctp_transport->saddr (to ..._h) The next patch will reintroduce these fields and keep them as net-endian mirrors of the original (renamed) ones. Split in two patches to make sure that we hadn't forgotten any instanes. Later in the series we'll eliminate uses of host-endian variants (basically switching users to net-endian counterparts as we progress through that mess). Then host-endian ones will die. Other embedded host-endian sctp_addr will be easier to switch directly, so we leave them alone for now. Signed-off-by:Al Viro <viro@zeniv.linux.org.uk> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- include/net/sctp/structs.h 4 additions, 4 deletionsinclude/net/sctp/structs.h
- net/sctp/associola.c 15 additions, 15 deletionsnet/sctp/associola.c
- net/sctp/bind_addr.c 11 additions, 11 deletionsnet/sctp/bind_addr.c
- net/sctp/endpointola.c 1 addition, 1 deletionnet/sctp/endpointola.c
- net/sctp/ipv6.c 12 additions, 12 deletionsnet/sctp/ipv6.c
- net/sctp/proc.c 3 additions, 3 deletionsnet/sctp/proc.c
- net/sctp/protocol.c 10 additions, 10 deletionsnet/sctp/protocol.c
- net/sctp/sm_make_chunk.c 4 additions, 4 deletionsnet/sctp/sm_make_chunk.c
- net/sctp/sm_sideeffect.c 4 additions, 4 deletionsnet/sctp/sm_sideeffect.c
- net/sctp/sm_statefuns.c 4 additions, 4 deletionsnet/sctp/sm_statefuns.c
- net/sctp/socket.c 16 additions, 16 deletionsnet/sctp/socket.c
- net/sctp/transport.c 7 additions, 7 deletionsnet/sctp/transport.c
Loading
Please register or sign in to comment