Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_cc.c399 tp->t_ccstate = (struct tcp_ccstate *)zalloc(tcp_cc_zone); in tcp_cc_allocate_state()
H A Dtcp_var.h227 struct tcp_ccstate { struct
541 struct tcp_ccstate *t_ccstate; /* congestion control related state */
H A Dtcp_subr.c575 str_size = (vm_size_t)P2ROUNDUP(sizeof(struct tcp_ccstate), sizeof(u_int64_t)); in tcp_init()