Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H 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()
81 plb->consec_cong_rounds = 0; in tcp_plb_check_rehash()
107 plb->consec_cong_rounds = 0; in tcp_plb_update_state_upon_rto()
/openbmc/linux/include/net/
H A Dtcp.h2211 u8 consec_cong_rounds:5, /* consecutive congested rounds */ member
2219 plb->consec_cong_rounds = 0; in tcp_plb_init()