linux/include/net/sctp
Vlad Yasevich 9c5ff5f75d sctp: Fix crc32c calculations on big-endian arhes.
crc32c algorithm provides a byteswaped result.  On little-endian
arches, the result ends up in big-endian/network byte order.
On big-endinan arches, the result ends up in little-endian
order and needs to be byte swapped again.  Thus calling cpu_to_le32
gives the right output.

Tested-by: Jukka Taimisto <jukka.taimisto@mail.suomi.net>
Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-01-22 14:52:23 -08:00
..
auth.h
checksum.h sctp: Fix crc32c calculations on big-endian arhes. 2009-01-22 14:52:23 -08:00
command.h
constants.h
sctp.h
sm.h
structs.h
tsnmap.h
ulpevent.h
ulpqueue.h
user.h