Searched refs:ss_threshold (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.10/net/batman-adv/ | 
| D | tp_meter.c | 147 	if (tp_vars->cwnd <= tp_vars->ss_threshold) {  in batadv_tp_update_cwnd() 413 		   tp_vars->cwnd, tp_vars->ss_threshold);  in batadv_tp_sender_end() 504 	tp_vars->ss_threshold = tp_vars->cwnd >> 1;  in batadv_tp_sender_timeout() 505 	if (tp_vars->ss_threshold < BATADV_TP_PLEN * 2)  in batadv_tp_sender_timeout() 506 		tp_vars->ss_threshold = BATADV_TP_PLEN * 2;  in batadv_tp_sender_timeout() 510 		   tp_vars->other_end, tp_vars->cwnd, tp_vars->ss_threshold,  in batadv_tp_sender_timeout() 695 		tp_vars->ss_threshold = tp_vars->cwnd >> 1;  in batadv_tp_recv_ack() 698 			   tp_vars->cwnd, tp_vars->ss_threshold,  in batadv_tp_recv_ack() 700 		tp_vars->cwnd = batadv_tp_cwnd(tp_vars->ss_threshold, 3 * mss,  in batadv_tp_recv_ack() 734 				cwnd = batadv_tp_cwnd(tp_vars->ss_threshold, 0,  in batadv_tp_recv_ack() [all …] 
 | 
| D | types.h | 1443 	u32 ss_threshold;  member
  |