Lines Matching refs:tcpcb
202 TAILQ_HEAD(, tcpcb) head;
433 tcp_hpts_log(struct tcp_hpts_entry *hpts, struct tcpcb *tp, struct timeval *tv, in tcp_hpts_log()
495 tcp_hpts_insert_internal(struct tcpcb *tp, struct tcp_hpts_entry *hpts) in tcp_hpts_insert_internal()
522 tcp_hpts_lock(struct tcpcb *tp) in tcp_hpts_lock()
535 tcp_hpts_release(struct tcpcb *tp) in tcp_hpts_release()
555 tcp_hpts_init(struct tcpcb *tp) in tcp_hpts_init()
571 tcp_hpts_remove(struct tcpcb *tp) in tcp_hpts_remove()
595 struct tcpcb *tmp; in tcp_hpts_remove()
783 check_if_slot_would_be_wrong(struct tcp_hpts_entry *hpts, struct tcpcb *tp, in check_if_slot_would_be_wrong()
816 tcp_hpts_insert_diag(struct tcpcb *tp, uint32_t slot, int32_t line, struct hpts_diag *diag) in tcp_hpts_insert_diag()
993 hpts_cpuid(struct tcpcb *tp, int *failed) in hpts_cpuid()
1081 struct tcpcb *tp; in tcp_hptsi()
1193 struct tcpcb *tp, *ntp; in tcp_hptsi()
1194 TAILQ_HEAD(, tcpcb) head = TAILQ_HEAD_INITIALIZER(head); in tcp_hptsi()
1207 TAILQ_SWAP(&head, &hptsh->head, tcpcb, t_hpts); in tcp_hptsi()
1490 __tcp_set_hpts(struct tcpcb *tp, int32_t line) in __tcp_set_hpts()