summaryrefslogtreecommitdiffstats
path: root/net/sctp/ulpqueue.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/sctp/ulpqueue.c')
-rw-r--r--net/sctp/ulpqueue.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/sctp/ulpqueue.c b/net/sctp/ulpqueue.c
index 2d96640b7ad8..c700369d11f7 100644
--- a/net/sctp/ulpqueue.c
+++ b/net/sctp/ulpqueue.c
@@ -43,9 +43,9 @@
43#include <net/sctp/sm.h> 43#include <net/sctp/sm.h>
44 44
45/* Forward declarations for internal helpers. */ 45/* Forward declarations for internal helpers. */
46static struct sctp_ulpevent * sctp_ulpq_reasm(struct sctp_ulpq *ulpq, 46static struct sctp_ulpevent *sctp_ulpq_reasm(struct sctp_ulpq *ulpq,
47 struct sctp_ulpevent *); 47 struct sctp_ulpevent *);
48static struct sctp_ulpevent * sctp_ulpq_order(struct sctp_ulpq *, 48static struct sctp_ulpevent *sctp_ulpq_order(struct sctp_ulpq *,
49 struct sctp_ulpevent *); 49 struct sctp_ulpevent *);
50static void sctp_ulpq_reasm_drain(struct sctp_ulpq *ulpq); 50static void sctp_ulpq_reasm_drain(struct sctp_ulpq *ulpq);
51 51