Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c745 uint32_t hpts_timeout; in bbr_start_hpts_timer() local
820 ((hpts_timeout == 0) || in bbr_start_hpts_timer()
835 if ((hpts_timeout == 0) && in bbr_start_hpts_timer()
862 if (left < hpts_timeout) in bbr_start_hpts_timer()
863 hpts_timeout = left; in bbr_start_hpts_timer()
883 hpts_timeout += slot; in bbr_start_hpts_timer()
885 if (hpts_timeout) { in bbr_start_hpts_timer()
922 } else if (hpts_timeout) { in bbr_start_hpts_timer()
970 uint32_t hpts_timeout; in bbr_timer_audit() local
1078 if (hpts_timeout == 0) { in bbr_timer_audit()
[all …]
H A Drack.c4744 uint32_t hpts_timeout; in rack_start_hpts_timer() local
4838 hpts_timeout = delayed_ack; in rack_start_hpts_timer()
4845 if ((hpts_timeout == 0) && in rack_start_hpts_timer()
4884 if (left < hpts_timeout) in rack_start_hpts_timer()
4885 hpts_timeout = left; in rack_start_hpts_timer()
4887 if (hpts_timeout) { in rack_start_hpts_timer()
4894 hpts_timeout = 0x7ffffffe; in rack_start_hpts_timer()
4898 (hpts_timeout < slot) && in rack_start_hpts_timer()
4908 slot = hpts_timeout; in rack_start_hpts_timer()
4928 ((hpts_timeout) && ((hpts_timeout * HPTS_USEC_IN_MSEC) < slot))) { in rack_start_hpts_timer()
[all …]