Home
last modified time | relevance | path

Searched refs:tcp_cc_zone (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/bsd/netinet/
H A Dtcp_cc.c91 struct zone *tcp_cc_zone; variable
399 tp->t_ccstate = (struct tcp_ccstate *)zalloc(tcp_cc_zone); in tcp_cc_allocate_state()
H A Dtcp_cc.h221 extern struct zone *tcp_cc_zone;
H A Dtcp_subr.c576 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()