Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_structs.h319 uint32_t lost_cnt; member
Dsctp_input.c3343 net->lost_cnt = pkt_cnt;
3354 if (pkt_cnt > net->lost_cnt) {
3356 cnt = (pkt_cnt - net->lost_cnt);
3359 net->lost_cnt = pkt_cnt;