Lines Matching defs:plb
25 void tcp_plb_update_state(const struct sock *sk, struct tcp_plb_state *plb,
35 plb->consec_cong_rounds = 0;
36 else if (plb->consec_cong_rounds <
38 plb->consec_cong_rounds++;
46 void tcp_plb_check_rehash(struct sock *sk, struct tcp_plb_state *plb)
55 forced_rehash = plb->consec_cong_rounds >=
60 plb->consec_cong_rounds >=
72 if (plb->pause_until &&
73 (!before(tcp_jiffies32, plb->pause_until) ||
74 before(tcp_jiffies32 + max_suspend, plb->pause_until)))
75 plb->pause_until = 0;
77 if (plb->pause_until)
81 plb->consec_cong_rounds = 0;
91 void tcp_plb_update_state_upon_rto(struct sock *sk, struct tcp_plb_state *plb)
101 plb->pause_until = tcp_jiffies32 + pause;
107 plb->consec_cong_rounds = 0;