Searched refs:lost_cnt (Results 1 – 2 of 2) sorted by relevance
283 uint32_t lost_cnt; member
2935 net->lost_cnt = pkt_cnt; in sctp_handle_ecn_echo()2947 if (pkt_cnt > net->lost_cnt) { in sctp_handle_ecn_echo()2949 cnt = (pkt_cnt - net->lost_cnt); in sctp_handle_ecn_echo()2952 net->lost_cnt = pkt_cnt; in sctp_handle_ecn_echo()