Home
last modified time | relevance | path

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

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