Searched refs:old_cc_index (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_cc.h115 void (*switch_to)(struct tcpcb *tp, uint16_t old_cc_index);
H A Dtcp_ledbat.c68 void tcp_ledbat_switch_cc(struct tcpcb *tp, uint16_t old_cc_index);
415 tcp_ledbat_switch_cc(struct tcpcb *tp, uint16_t old_cc_index) { argument
416 #pragma unused(old_cc_index)
H A Dtcp_input.c4831 uint16_t old_cc_index = 0; local
4834 old_cc_index = tp->tcp_cc_index;
4846 CC_ALGO(tp)->switch_to(tp, old_cc_index);

Completed in 31 milliseconds