summaryrefslogtreecommitdiff
path: root/net/sctp/ulpqueue.c
diff options
context:
space:
mode:
authorSridhar Samudrala <sri@us.ibm.com>2003-02-11 21:42:21 -0800
committerSridhar Samudrala <sri@us.ibm.com>2003-02-11 21:42:21 -0800
commit8cbcdb66236fff6c3ce681272abc42b22f1973a6 (patch)
treede50f573f2f5329f4b352d170956f10f8ca5711c /net/sctp/ulpqueue.c
parentdef476804df94a0ad6b6d097f1f89125ccc38ec5 (diff)
parentf2b48f2eb41188c13d865ca9bc48591e772ed6af (diff)
[SCTP] Merge mib statistics changes with partial delivery changes.
Diffstat (limited to 'net/sctp/ulpqueue.c')
-rw-r--r--net/sctp/ulpqueue.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/sctp/ulpqueue.c b/net/sctp/ulpqueue.c
index 078e6ec079dd..ff1a6415c72d 100644
--- a/net/sctp/ulpqueue.c
+++ b/net/sctp/ulpqueue.c
@@ -323,6 +323,7 @@ static inline struct sctp_ulpevent *sctp_make_reassembled_event(struct sk_buff *
};
event = sctp_skb2event(f_frag);
+ SCTP_INC_STATS(SctpReasmUsrMsgs);
return event;
}