X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=net%2Fsctp%2Fchunk.c;h=67f3afdf0d51b5528a4f2401be4c6c9311882612;hb=9c920a8402f2bb9bd931801d429b65f4eb6a262b;hp=cdcd427e4bac68fe1f26f939ae3569f290365ee9;hpb=a91482bdcc2e0f6035702e46f1b99043a0893346;p=linux-2.6.git diff --git a/net/sctp/chunk.c b/net/sctp/chunk.c index cdcd427e4..67f3afdf0 100644 --- a/net/sctp/chunk.c +++ b/net/sctp/chunk.c @@ -215,7 +215,7 @@ struct sctp_datamsg *sctp_datamsg_from_user(struct sctp_association *asoc, offset = 0; if ((whole > 1) || (whole && over)) - SCTP_INC_STATS_USER(SCTP_MIB_FRAGUSRMSGS); + SCTP_INC_STATS_USER(SctpFragUsrMsgs); /* Create chunks for all the full sized DATA chunks. */ for (i=0, len=first_len; i < whole; i++) {