Add missing sctps_reasmusrmsgs counter.
Joint work with rrs@. MFC after: 3 days
This commit is contained in:
parent
1b63cafb63
commit
26f0250adf
@ -823,6 +823,7 @@ sctp_handle_old_data(struct sctp_tcb *stcb, struct sctp_association *asoc, struc
|
||||
if (control->on_strm_q) {
|
||||
TAILQ_REMOVE(&strm->uno_inqueue, control, next_instrm);
|
||||
control->on_strm_q = 0;
|
||||
SCTP_STAT_INCR_COUNTER64(sctps_reasmusrmsgs);
|
||||
}
|
||||
if (control->on_read_q == 0) {
|
||||
sctp_add_to_readq(stcb->sctp_ep, stcb, control,
|
||||
@ -1028,6 +1029,7 @@ sctp_deliver_reasm_check(struct sctp_tcb *stcb, struct sctp_association *asoc, s
|
||||
control, control->on_strm_q);
|
||||
}
|
||||
#endif
|
||||
SCTP_STAT_INCR_COUNTER64(sctps_reasmusrmsgs);
|
||||
TAILQ_REMOVE(&strm->uno_inqueue, control, next_instrm);
|
||||
control->on_strm_q = 0;
|
||||
}
|
||||
@ -1082,6 +1084,7 @@ sctp_deliver_reasm_check(struct sctp_tcb *stcb, struct sctp_association *asoc, s
|
||||
control, control->on_strm_q);
|
||||
}
|
||||
#endif
|
||||
SCTP_STAT_INCR_COUNTER64(sctps_reasmusrmsgs);
|
||||
TAILQ_REMOVE(&strm->inqueue, control, next_instrm);
|
||||
control->on_strm_q = 0;
|
||||
}
|
||||
@ -1127,6 +1130,7 @@ sctp_deliver_reasm_check(struct sctp_tcb *stcb, struct sctp_association *asoc, s
|
||||
control, control->on_strm_q);
|
||||
}
|
||||
#endif
|
||||
SCTP_STAT_INCR_COUNTER64(sctps_reasmusrmsgs);
|
||||
TAILQ_REMOVE(&strm->inqueue, control, next_instrm);
|
||||
control->on_strm_q = 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user