[SCTP]: SCTP_CMD_PROCESS_CTSN annotations.
argument passed as __be32 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -1420,7 +1420,7 @@ static int sctp_cmd_interpreter(sctp_event_t event_type,
|
||||
|
||||
case SCTP_CMD_PROCESS_CTSN:
|
||||
/* Dummy up a SACK for processing. */
|
||||
sackh.cum_tsn_ack = cmd->obj.u32;
|
||||
sackh.cum_tsn_ack = cmd->obj.be32;
|
||||
sackh.a_rwnd = 0;
|
||||
sackh.num_gap_ack_blocks = 0;
|
||||
sackh.num_dup_tsns = 0;
|
||||
|
Reference in New Issue
Block a user