Searched refs:tcp_ccstate (Results 1 – 3 of 3) sorted by relevance
399 tp->t_ccstate = (struct tcp_ccstate *)zalloc(tcp_cc_zone); in tcp_cc_allocate_state()
227 struct tcp_ccstate { struct541 struct tcp_ccstate *t_ccstate; /* congestion control related state */
575 str_size = (vm_size_t)P2ROUNDUP(sizeof(struct tcp_ccstate), sizeof(u_int64_t)); in tcp_init()