Home
last modified time | relevance | path

Searched refs:p_hpts_active (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_hpts.c184 uint16_t p_hpts_active; /* Flag that says hpts is awake */ member
678 if ((hpts->p_hpts_active == 1) && in max_slots_available()
792 if ((hpts->p_hpts_active) && in check_if_slot_would_be_wrong()
837 diag->p_hpts_active = hpts->p_hpts_active; in tcp_hpts_insert_diag()
851 if ((hpts->p_hpts_active == 0) || (hpts->p_wheel_complete)) { in tcp_hpts_insert_diag()
858 (hpts->p_hpts_active == 0)) in tcp_hpts_insert_diag()
920 if ((hpts->p_hpts_active == 0) && in tcp_hpts_insert_diag()
1556 if (hpts->p_hpts_active) { in __tcp_run_hpts()
1565 if (hpts->p_hpts_active) in __tcp_run_hpts()
1569 hpts->p_hpts_active = 1; in __tcp_run_hpts()
[all …]
H A Dtcp_hpts.h38 uint32_t p_hpts_active; /* bbr->flex7 x */ member
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c2404 log.u_bbr.flex7 = diag->p_hpts_active; in bbr_log_hpts_diag()
H A Drack.c6490 log.u_bbr.flex7 = diag->p_hpts_active; in rack_log_hpts_diag()