summaryrefslogtreecommitdiff
path: root/net/sctp/ulpqueue.c
diff options
context:
space:
mode:
authorHideaki Yoshifuji <yoshfuji@linux-ipv6.org>2004-07-09 01:18:00 +0900
committerHideaki Yoshifuji <yoshfuji@linux-ipv6.org>2004-07-09 01:18:00 +0900
commit01b72229b665ec703247f15202b19e3693e4935d (patch)
tree25f7ebffc09009551b58ce33a791216d832c9844 /net/sctp/ulpqueue.c
parent07f0a148b27e12aa11086153ca9425d311e20522 (diff)
[NET] convert storage for MIB from struct member to array item.
Signed-off-by: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
Diffstat (limited to 'net/sctp/ulpqueue.c')
-rw-r--r--net/sctp/ulpqueue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/ulpqueue.c b/net/sctp/ulpqueue.c
index 0b912c87e6cd..78dcbf74eacc 100644
--- a/net/sctp/ulpqueue.c
+++ b/net/sctp/ulpqueue.c
@@ -334,7 +334,7 @@ static struct sctp_ulpevent *sctp_make_reassembled_event(struct sk_buff *f_frag,
};
event = sctp_skb2event(f_frag);
- SCTP_INC_STATS(SctpReasmUsrMsgs);
+ SCTP_INC_STATS(SCTP_MIB_REASMUSRMSGS);
return event;
}