Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_plb.c72 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()
/linux/include/net/
H A Dtcp.h2436 u32 pause_until; /* jiffies32 when PLB can resume rerouting */ member
2443 plb->pause_until = 0; in tcp_plb_init()