Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dtcp_cc.c55 static struct tcp_cc_algo tcp_cc_algo_none; variable
64 bzero(&tcp_cc_algo_none, sizeof(tcp_cc_algo_none)); in tcp_cc_init()
66 tcp_cc_algo_list[TCP_CC_ALGO_NONE] = &tcp_cc_algo_none; in tcp_cc_init()