Home
last modified time | relevance | path

Searched refs:pause_until (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_plb.c68 * end. We clear pause_until to 0 to indicate there is no recent in tcp_plb_check_rehash()
72 if (plb->pause_until && in tcp_plb_check_rehash()
73 (!before(tcp_jiffies32, plb->pause_until) || in tcp_plb_check_rehash()
74 before(tcp_jiffies32 + max_suspend, 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()
101 plb->pause_until = tcp_jiffies32 + pause; in tcp_plb_update_state_upon_rto()
/kernel/linux/linux-6.6/include/net/
H A Dtcp.h2212 u32 pause_until; /* jiffies32 when PLB can resume rerouting */ member
2219 plb->pause_until = 0; in tcp_plb_init()

Completed in 5 milliseconds