commit | 6a1e5f335461567f593e88b218f1c06817cbd323 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Mon Nov 20 17:12:25 2006 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sat Dec 02 21:26:51 2006 -0800 |
tree | 4cba2ea0f04c53d3f695bee61f164570a88633c9 | |
parent | 02a8a4db3b38ad2dd8bcfcca41694e043e44d282 [diff] |
[SCTP]: sctp_process_init() and sctp_source() switched to net-endian. both are done in one go since almost always we have result of the latter immediately passed to the former. Possibly non-obvious note: sctp_process_param() is endian-agnostic Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>