Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/netinet/
HDsctp_structs.h271 uint32_t lost_cnt; member
HDsctp_input.c3165 net->lost_cnt = pkt_cnt; in sctp_handle_ecn_echo()
3177 if (pkt_cnt > net->lost_cnt) { in sctp_handle_ecn_echo()
3179 cnt = (pkt_cnt - net->lost_cnt); in sctp_handle_ecn_echo()
3182 net->lost_cnt = pkt_cnt; in sctp_handle_ecn_echo()