Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_structs.h283 uint32_t lost_cnt; member
H A Dsctp_input.c2935 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()