diff options
Diffstat (limited to 'net/sctp/ulpqueue.c')
-rw-r--r-- | net/sctp/ulpqueue.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/sctp/ulpqueue.c b/net/sctp/ulpqueue.c index 0d07f2a6cb35..76ec5149a093 100644 --- a/net/sctp/ulpqueue.c +++ b/net/sctp/ulpqueue.c | |||
@@ -978,8 +978,8 @@ void sctp_ulpq_skip(struct sctp_ulpq *ulpq, __u16 sid, __u16 ssn) | |||
978 | sctp_ulpq_reap_ordered(ulpq, sid); | 978 | sctp_ulpq_reap_ordered(ulpq, sid); |
979 | } | 979 | } |
980 | 980 | ||
981 | static __u16 sctp_ulpq_renege_list(struct sctp_ulpq *ulpq, | 981 | __u16 sctp_ulpq_renege_list(struct sctp_ulpq *ulpq, struct sk_buff_head *list, |
982 | struct sk_buff_head *list, __u16 needed) | 982 | __u16 needed) |
983 | { | 983 | { |
984 | __u16 freed = 0; | 984 | __u16 freed = 0; |
985 | __u32 tsn, last_tsn; | 985 | __u32 tsn, last_tsn; |