Lines Matching defs:tcp_hpts_entry
178 struct tcp_hpts_entry {
228 struct tcp_hpts_entry **rp_ent; /* Array of hptss */
243 static int32_t tcp_hptsi(struct tcp_hpts_entry *hpts, bool from_callout);
433 tcp_hpts_log(struct tcp_hpts_entry *hpts, struct tcpcb *tp, struct timeval *tv,
471 tcp_wakehpts(struct tcp_hpts_entry *hpts)
488 struct tcp_hpts_entry *hpts;
490 hpts = (struct tcp_hpts_entry *)arg;
495 tcp_hpts_insert_internal(struct tcpcb *tp, struct tcp_hpts_entry *hpts)
521 static struct tcp_hpts_entry *
524 struct tcp_hpts_entry *hpts;
573 struct tcp_hpts_entry *hpts;
674 max_slots_available(struct tcp_hpts_entry *hpts, uint32_t wheel_slot, uint32_t *target_slot)
783 check_if_slot_would_be_wrong(struct tcp_hpts_entry *hpts, struct tcpcb *tp,
818 struct tcp_hpts_entry *hpts;
1055 tcp_hpts_set_max_sleep(struct tcp_hpts_entry *hpts, int wrap_loop_cnt)
1079 tcp_hptsi(struct tcp_hpts_entry *hpts, bool from_callout)
1492 struct tcp_hpts_entry *hpts;
1506 static struct tcp_hpts_entry *
1551 struct tcp_hpts_entry *hpts;
1622 struct tcp_hpts_entry *hpts;
1628 hpts = (struct tcp_hpts_entry *)ctx;
1818 struct tcp_hpts_entry *hpts;
1842 sz = (tcp_pace.rp_num_hptss * sizeof(struct tcp_hpts_entry *));
1879 tcp_pace.rp_ent[i] = malloc(sizeof(struct tcp_hpts_entry),
2032 struct tcp_hpts_entry *hpts = tcp_pace.rp_ent[i];