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 @@ restart:
|
|||||||
if (control->on_strm_q) {
|
if (control->on_strm_q) {
|
||||||
TAILQ_REMOVE(&strm->uno_inqueue, control, next_instrm);
|
TAILQ_REMOVE(&strm->uno_inqueue, control, next_instrm);
|
||||||
control->on_strm_q = 0;
|
control->on_strm_q = 0;
|
||||||
|
SCTP_STAT_INCR_COUNTER64(sctps_reasmusrmsgs);
|
||||||
}
|
}
|
||||||
if (control->on_read_q == 0) {
|
if (control->on_read_q == 0) {
|
||||||
sctp_add_to_readq(stcb->sctp_ep, stcb, control,
|
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);
|
control, control->on_strm_q);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
SCTP_STAT_INCR_COUNTER64(sctps_reasmusrmsgs);
|
||||||
TAILQ_REMOVE(&strm->uno_inqueue, control, next_instrm);
|
TAILQ_REMOVE(&strm->uno_inqueue, control, next_instrm);
|
||||||
control->on_strm_q = 0;
|
control->on_strm_q = 0;
|
||||||
}
|
}
|
||||||
@ -1082,6 +1084,7 @@ done_un:
|
|||||||
control, control->on_strm_q);
|
control, control->on_strm_q);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
SCTP_STAT_INCR_COUNTER64(sctps_reasmusrmsgs);
|
||||||
TAILQ_REMOVE(&strm->inqueue, control, next_instrm);
|
TAILQ_REMOVE(&strm->inqueue, control, next_instrm);
|
||||||
control->on_strm_q = 0;
|
control->on_strm_q = 0;
|
||||||
}
|
}
|
||||||
@ -1127,6 +1130,7 @@ deliver_more:
|
|||||||
control, control->on_strm_q);
|
control, control->on_strm_q);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
SCTP_STAT_INCR_COUNTER64(sctps_reasmusrmsgs);
|
||||||
TAILQ_REMOVE(&strm->inqueue, control, next_instrm);
|
TAILQ_REMOVE(&strm->inqueue, control, next_instrm);
|
||||||
control->on_strm_q = 0;
|
control->on_strm_q = 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user