Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Dtcp_cubic.c94 u32 ack_cnt; /* number of acks */ member
115 ca->ack_cnt = 0; in bictcp_reset()
231 ca->ack_cnt += acked; /* count the number of ACKed packets */ in bictcp_update()
249 ca->ack_cnt = acked; /* start counting */ in bictcp_update()
317 while (ca->ack_cnt > delta) { /* update tcp cwnd */ in bictcp_update()
318 ca->ack_cnt -= delta; in bictcp_update()
/linux-4.1.27/arch/mips/include/asm/sn/sn0/
Dhubio.h893 ack_cnt:11, /* 14-04: counter of invalidate acks*/ member