Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet/
H A Dtcp_cc.c54 static struct tcp_cc_algo tcp_cc_algo_none; variable
63 bzero(&tcp_cc_algo_none, sizeof(tcp_cc_algo_none)); in tcp_cc_init()
65 tcp_cc_algo_list[TCP_CC_ALGO_NONE] = &tcp_cc_algo_none; in tcp_cc_init()