Searched refs:dec_cwnd (Results 1 - 2 of 2) sorted by last modified time

/linux-master/net/batman-adv/
H A Dtypes.h1483 /** @dec_cwnd: decimal part of the cwnd used during linear growth */
1484 u16 dec_cwnd; member in struct:batadv_tp_vars
1489 /** @cwnd_lock: lock do protect @cwnd & @dec_cwnd */
H A Dtp_meter.c149 tp_vars->dec_cwnd = 0;
156 tp_vars->dec_cwnd += max_t(u32, 1U << 3,
158 if (tp_vars->dec_cwnd < (mss << 3)) {
164 tp_vars->dec_cwnd = 0;
706 tp_vars->dec_cwnd = 0;

Completed in 137 milliseconds