summaryrefslogtreecommitdiff
path: root/net/sctp/ulpqueue.c
diff options
context:
space:
mode:
authorSridhar Samudrala <sri@us.ibm.com>2003-02-11 18:46:31 -0800
committerSridhar Samudrala <sri@us.ibm.com>2003-02-11 18:46:31 -0800
commitf2b48f2eb41188c13d865ca9bc48591e772ed6af (patch)
tree26f9b815109ca59096a442264908b115b43da7c0 /net/sctp/ulpqueue.c
parenta0065b2f2b3835b20d0b331dcab74e74732e85da (diff)
[SCTP] sctp mib statistics update/display support.
Diffstat (limited to 'net/sctp/ulpqueue.c')
-rw-r--r--net/sctp/ulpqueue.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/sctp/ulpqueue.c b/net/sctp/ulpqueue.c
index 04c47bffb8e9..098f86ef2b4f 100644
--- a/net/sctp/ulpqueue.c
+++ b/net/sctp/ulpqueue.c
@@ -266,6 +266,8 @@ static inline struct sctp_ulpevent *sctp_make_reassembled_event(struct sk_buff *
event = (sctp_ulpevent_t *) f_frag->cb;
+ SCTP_INC_STATS(SctpReasmUsrMsgs);
+
return event;
}