Searched refs:CC_ALGO (Results 1 - 5 of 5) sorted by relevance

/xnu-2422.115.4/bsd/netinet/
H A Dtcp_cc.h121 #define CC_ALGO(tp) (tcp_cc_algo_list[tp->tcp_cc_index]) macro
H A Dtcp_input.c386 (CC_ALGO(tp)->delay_ack != NULL && CC_ALGO(tp)->delay_ack(tp, th))
869 if (CC_ALGO(tp)->pre_fr != NULL)
870 CC_ALGO(tp)->pre_fr(tp);
1287 if (CC_ALGO(tp)->cwnd_init != NULL)
1288 CC_ALGO(tp)->cwnd_init(tp);
2366 if (CC_ALGO(tp)->inseq_ack_rcvd != NULL)
2367 CC_ALGO(tp)->inseq_ack_rcvd(tp, th);
3560 if (CC_ALGO(tp)->pre_fr != NULL)
3561 CC_ALGO(t
[all...]
H A Dtcp_timer.c776 if (CC_ALGO(tp)->cwnd_init != NULL)
777 CC_ALGO(tp)->cwnd_init(tp);
796 if (CC_ALGO(tp)->cwnd_init != NULL)
797 CC_ALGO(tp)->cwnd_init(tp);
859 CC_ALGO(tp)->after_timeout != NULL)
860 CC_ALGO(tp)->after_timeout(tp);
H A Dtcp_subr.c890 if (CC_ALGO(tp)->init != NULL) {
891 CC_ALGO(tp)->init(tp);
1027 if (CC_ALGO(tp)->cleanup != NULL) {
1028 CC_ALGO(tp)->cleanup(tp);
2133 if (CC_ALGO(tp)->cwnd_init != NULL)
2134 CC_ALGO(tp)->cwnd_init(tp);
H A Dtcp_output.c324 if (CC_ALGO(tp)->after_idle != NULL)
325 CC_ALGO(tp)->after_idle(tp);

Completed in 41 milliseconds