Home
last modified time | relevance | path

Searched refs:lost_cnt (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_structs.h315 uint32_t lost_cnt; member
Dsctp_input.c3218 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;