Home | History | Annotate | Download | only in netinet

Lines Matching refs:pkt_cnt

3143 	unsigned int pkt_cnt;
3158 pkt_cnt = ntohl(cp->num_pkts_since_cwr);
3211 stcb->asoc.cc_functions.sctp_cwnd_update_after_ecn_echo(stcb, net, 0, pkt_cnt);
3217 net->ecn_ce_pkt_cnt += pkt_cnt;
3218 net->lost_cnt = pkt_cnt;
3229 if (pkt_cnt > net->lost_cnt) {
3231 cnt = (pkt_cnt - net->lost_cnt);
3234 net->lost_cnt = pkt_cnt;