Searched refs:plb (Results 1 - 4 of 4) sorted by relevance

/linux-master/net/ipv4/
H A Dtcp_plb.c25 void tcp_plb_update_state(const struct sock *sk, struct tcp_plb_state *plb, argument
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) argument
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
91 tcp_plb_update_state_upon_rto(struct sock *sk, struct tcp_plb_state *plb) argument
[all...]
H A Dtcp_dctcp.c57 struct tcp_plb_state plb; member in struct:dctcp
95 tcp_plb_init(sk, &ca->plb);
137 tcp_plb_update_state(sk, &ca->plb, (int)ce_ratio);
138 tcp_plb_check_rehash(sk, &ca->plb);
192 tcp_plb_update_state_upon_rto(sk, &ca->plb);
196 tcp_plb_check_rehash(sk, &ca->plb); /* Maybe rehash when inflight is 0 */
/linux-master/arch/powerpc/boot/
H A D4xx.c335 u32 cpu, plb, opb, ebc, tb, uart0, uart1, m; local
341 cpu = plb = sys_clk;
350 plb = sys_clk * m / CPC0_SYS0_FWDVB(sys0);
353 opb = plb / opdv;
369 uart0 = plb / CPC0_CR0_UDIV(cr0);
376 uart1 = plb / CPC0_CR0_UDIV(cr0);
383 dt_fixup_clock("/plb", plb);
384 dt_fixup_clock("/plb/opb", opb);
385 dt_fixup_clock("/plb/op
419 u32 cpu, plb, opb, ebc, vco; local
554 u32 cpu, plb, opb, ebc, tb, uart0, uart1, m; local
626 u32 cpu, plb, opb, ebc, uart0, uart1; local
749 u32 cpu, plb, opb, ebc, vco, tb, uart0, uart1; local
[all...]
/linux-master/include/net/
H A Dtcp.h2424 struct tcp_plb_state *plb)
2426 plb->consec_cong_rounds = 0;
2427 plb->pause_until = 0;
2429 void tcp_plb_update_state(const struct sock *sk, struct tcp_plb_state *plb,
2431 void tcp_plb_check_rehash(struct sock *sk, struct tcp_plb_state *plb);
2432 void tcp_plb_update_state_upon_rto(struct sock *sk, struct tcp_plb_state *plb);
2423 tcp_plb_init(const struct sock *sk, struct tcp_plb_state *plb) argument

Completed in 117 milliseconds