Home
last modified time | relevance | path

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

/linux/net/batman-adv/
H A Dtp_meter.c154 if (tp_vars->cc.cwnd <= tp_vars->cc.ss_threshold) { in batadv_tp_update_cwnd()
452 tp_vars->cc.cwnd, tp_vars->cc.ss_threshold); in batadv_tp_sender_end()
553 tp_vars->cc.ss_threshold = tp_vars->cc.cwnd >> 1; in batadv_tp_sender_timeout()
554 if (tp_vars->cc.ss_threshold < BATADV_TP_PLEN * 2) in batadv_tp_sender_timeout()
555 tp_vars->cc.ss_threshold = BATADV_TP_PLEN * 2; in batadv_tp_sender_timeout()
559 tp_vars->common.other_end, tp_vars->cc.cwnd, tp_vars->cc.ss_threshold, in batadv_tp_sender_timeout()
723 tp_vars->cc.ss_threshold = tp_vars->cc.cwnd >> 1; in batadv_tp_handle_ack()
726 tp_vars->cc.cwnd, tp_vars->cc.ss_threshold, in batadv_tp_handle_ack()
728 tp_vars->cc.cwnd = batadv_tp_cwnd(tp_vars->cc.ss_threshold, 3 * mss, in batadv_tp_handle_ack()
758 tp_vars->cc.cwnd = batadv_tp_cwnd(tp_vars->cc.ss_threshold, in batadv_tp_handle_ack()
[all …]
H A Dtypes.h1387 u32 ss_threshold; member