Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_hpts.c202 static struct tcp_hptsi tcp_pace; variable
508 hpts = tcp_pace.rp_ent[hpts_num]; in tcp_cur_hpts()
520 hpts = tcp_pace.rp_ent[hpts_num]; in tcp_hpts_lock()
543 hpts = tcp_pace.rp_ent[hpts_num]; in tcp_input_lock()
1808 return (tcp_pace.rp_ent[inp->inp_hpts_cpu]->p_delayed_by); in tcp_hpts_delayedby()
1882 tcp_pace.rp_proc = NULL; in tcp_init_hptsi()
1883 tcp_pace.rp_num_hptss = ncpus; in tcp_init_hptsi()
1892 for (i = 0; i < tcp_pace.rp_num_hptss; i++) { in tcp_init_hptsi()
1895 tcp_pace.rp_ent[i]->p_hptss = malloc(asz, in tcp_init_hptsi()
1897 hpts = tcp_pace.rp_ent[i]; in tcp_init_hptsi()
[all …]