Searched refs:tcp_cc_zone (Results 1 – 3 of 3) sorted by relevance
91 struct zone *tcp_cc_zone; variable399 tp->t_ccstate = (struct tcp_ccstate *)zalloc(tcp_cc_zone); in tcp_cc_allocate_state()
221 extern struct zone *tcp_cc_zone;
576 tcp_cc_zone = zone_create("tcp_cc_zone", str_size, ZC_NONE); in tcp_init()1667 zfree(tcp_cc_zone, tp->t_ccstate); in tcp_close()