Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet/
H A Dtcp_cc.h201 void (*ack_rcvd) (struct tcpcb *tp, struct tcphdr *th); member
H A Dtcp_newreno.c95 .ack_rcvd = tcp_newreno_ack_rcvd,
H A Dtcp_ledbat.c72 .ack_rcvd = tcp_ledbat_ack_rcvd,
H A Dtcp_cubic.c62 .ack_rcvd = tcp_cubic_ack_rcvd,
H A Dtcp_prague.c56 .ack_rcvd = tcp_prague_ack_rcvd,
H A Dtcp_input.c5450 if (CC_ALGO(tp)->ack_rcvd != NULL) { in tcp_input()
5451 CC_ALGO(tp)->ack_rcvd(tp, th); in tcp_input()