Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9b415156 authored by Xin Long's avatar Xin Long Committed by David S. Miller
Browse files

sctp: remove the typedef sctp_dup_tsn_t



This patch is to remove the typedef sctp_dup_tsn_t, and replace
with __be32 in the places where it's using this typedef.

Signed-off-by: default avatarXin Long <lucien.xin@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent fe9a0fe7
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -368,11 +368,9 @@ struct sctp_gap_ack_block {
	__be16 end;
};

typedef __be32 sctp_dup_tsn_t;

typedef union {
	struct sctp_gap_ack_block gab;
	sctp_dup_tsn_t dup;
	__be32 dup;
} sctp_sack_variable_t;

typedef struct sctp_sackhdr {