Home
last modified time | relevance | path

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

/net/ipv4/
A Dtcp_plb.c35 plb->consec_cong_rounds = 0; in tcp_plb_update_state()
36 else if (plb->consec_cong_rounds < in tcp_plb_update_state()
38 plb->consec_cong_rounds++; in tcp_plb_update_state()
55 forced_rehash = plb->consec_cong_rounds >= in tcp_plb_check_rehash()
60 plb->consec_cong_rounds >= in tcp_plb_check_rehash()
72 if (plb->pause_until && in tcp_plb_check_rehash()
75 plb->pause_until = 0; in tcp_plb_check_rehash()
77 if (plb->pause_until) in tcp_plb_check_rehash()
81 plb->consec_cong_rounds = 0; in tcp_plb_check_rehash()
101 plb->pause_until = tcp_jiffies32 + pause; in tcp_plb_update_state_upon_rto()
[all …]
A Dtcp_dctcp.c57 struct tcp_plb_state plb; member
106 tcp_plb_init(sk, &ca->plb); in dctcp_init()
148 tcp_plb_update_state(sk, &ca->plb, (int)ce_ratio); in dctcp_update_alpha()
149 tcp_plb_check_rehash(sk, &ca->plb); in dctcp_update_alpha()
203 tcp_plb_update_state_upon_rto(sk, &ca->plb); in dctcp_cwnd_event()
207 tcp_plb_check_rehash(sk, &ca->plb); /* Maybe rehash when inflight is 0 */ in dctcp_cwnd_event()

Completed in 5 milliseconds