Searched refs:lost_cnt (Results 1 – 2 of 2) sorted by relevance
270 uint32_t lost_cnt; member
3093 net->lost_cnt = pkt_cnt; in sctp_handle_ecn_echo()3105 if (pkt_cnt > net->lost_cnt) { in sctp_handle_ecn_echo()3107 cnt = (pkt_cnt - net->lost_cnt); in sctp_handle_ecn_echo()3110 net->lost_cnt = pkt_cnt; in sctp_handle_ecn_echo()