Home
last modified time | relevance | path

Searched refs:t_hpts_slot (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_hpts.c504 hptsh = &hpts->p_hptss[tp->t_hpts_slot]; in tcp_hpts_insert_internal()
600 tp->t_hpts_slot = -1; in tcp_hpts_remove()
611 tp->t_hpts_slot = -1; in tcp_hpts_remove()
860 tp->t_hpts_slot = hpts->p_runningslot; in tcp_hpts_insert_diag()
899 tp->t_hpts_slot = last_slot; in tcp_hpts_insert_diag()
908 tp->t_hpts_slot = last_slot; in tcp_hpts_insert_diag()
912 diag->inp_hptsslot = tp->t_hpts_slot; in tcp_hpts_insert_diag()
1167 tp->t_hpts_slot = hpts->p_runningslot; in tcp_hptsi()
1271 if (tp->t_hpts_slot == -1) { in tcp_hptsi()
1310 tp->t_hpts_slot = hpts_slot( in tcp_hptsi()
[all …]
H A Dtcp_hpts.h120 (tp->t_hpts_slot != -1))); in tcp_in_hpts()
H A Dtcp_var.h325 uint32_t t_hpts_slot; /* HPTS wheel slot this tcb is. */ member
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c2497 log.u_bbr.flex5 = bbr->rc_tp->t_hpts_slot; in bbr_log_to_start()
H A Drack.c2803 log.u_bbr.flex5 = rack->rc_tp->t_hpts_slot; in rack_log_to_start()