Home
last modified time | relevance | path

Searched refs:cong_acks (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/tipc/
H A Dlink.c181 u16 cong_acks; member
1121 l->cong_acks += released; in tipc_link_update_cwin()
1129 if (l->cong_acks < cwin) in tipc_link_update_cwin()
1132 l->cong_acks = 0; in tipc_link_update_cwin()
/kernel/linux/linux-6.6/net/tipc/
H A Dlink.c142 * @cong_acks: congestion acks for congestion avoidance (FIXME)
209 u16 cong_acks; member
1156 l->cong_acks += released; in tipc_link_update_cwin()
1164 if (l->cong_acks < cwin) in tipc_link_update_cwin()
1167 l->cong_acks = 0; in tipc_link_update_cwin()

Completed in 8 milliseconds