diff options
Diffstat (limited to 'include/net/sctp/ulpqueue.h')
-rw-r--r-- | include/net/sctp/ulpqueue.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/include/net/sctp/ulpqueue.h b/include/net/sctp/ulpqueue.h index e0dce07b8794..bb0ecba3db2b 100644 --- a/include/net/sctp/ulpqueue.h +++ b/include/net/sctp/ulpqueue.h | |||
@@ -45,6 +45,7 @@ struct sctp_ulpq { | |||
45 | char pd_mode; | 45 | char pd_mode; |
46 | struct sctp_association *asoc; | 46 | struct sctp_association *asoc; |
47 | struct sk_buff_head reasm; | 47 | struct sk_buff_head reasm; |
48 | struct sk_buff_head reasm_uo; | ||
48 | struct sk_buff_head lobby; | 49 | struct sk_buff_head lobby; |
49 | }; | 50 | }; |
50 | 51 | ||
@@ -76,11 +77,8 @@ int sctp_clear_pd(struct sock *sk, struct sctp_association *asoc); | |||
76 | void sctp_ulpq_skip(struct sctp_ulpq *ulpq, __u16 sid, __u16 ssn); | 77 | void sctp_ulpq_skip(struct sctp_ulpq *ulpq, __u16 sid, __u16 ssn); |
77 | 78 | ||
78 | void sctp_ulpq_reasm_flushtsn(struct sctp_ulpq *, __u32); | 79 | void sctp_ulpq_reasm_flushtsn(struct sctp_ulpq *, __u32); |
79 | #endif /* __sctp_ulpqueue_h__ */ | ||
80 | |||
81 | |||
82 | |||
83 | |||
84 | |||
85 | 80 | ||
81 | __u16 sctp_ulpq_renege_list(struct sctp_ulpq *ulpq, | ||
82 | struct sk_buff_head *list, __u16 needed); | ||
86 | 83 | ||
84 | #endif /* __sctp_ulpqueue_h__ */ | ||