Searched refs:rp_ent (Results 1 – 2 of 2) sorted by relevance
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()1890 tcp_pace.rp_ent = malloc(sz, M_TCPHPTS, M_WAITOK | M_ZERO); in tcp_init_hptsi()1893 tcp_pace.rp_ent[i] = malloc(sizeof(struct tcp_hpts_entry), 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()1964 hpts = tcp_pace.rp_ent[i]; in tcp_init_hptsi()
136 struct tcp_hpts_entry **rp_ent; /* Array of hptss */ member