Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_hpts.c706 if ((hpts->p_hpts_active == 1) && in max_ticks_available()
816 if ((hpts->p_hpts_active == 0) || in tcp_queue_to_hpts_immediate_locked()
872 if ((hpts->p_hpts_active) && in check_if_slot_would_be_wrong()
909 diag->p_hpts_active = hpts->p_hpts_active; in tcp_hpts_insert_locked()
968 if ((hpts->p_hpts_active == 0) && in tcp_hpts_insert_locked()
1083 if (hpts->p_hpts_active == 0) { in __tcp_queue_to_input_locked()
1091 } else if (hpts->p_hpts_active == 0) { in __tcp_queue_to_input_locked()
1122 if (hpts->p_hpts_active == 0) { in __tcp_set_inp_to_drop()
1834 hpts->p_hpts_active = 1; in tcp_hpts_thread()
1850 hpts->p_hpts_active = 0; in tcp_hpts_thread()
[all …]
H A Dtcp_hpts.h55 uint32_t p_hpts_active; /* bbr->flex7 x */ member
91 uint16_t p_hpts_active; /* Flag that says hpts is awake */ member
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c4711 log.u_bbr.flex7 = diag->p_hpts_active; in rack_log_hpts_diag()
H A Dbbr.c2425 log.u_bbr.flex7 = diag->p_hpts_active; in bbr_log_hpts_diag()