Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet/
H A Dtcp_cc.h200 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_input.c5198 if (CC_ALGO(tp)->ack_rcvd != NULL) { in tcp_input()
5199 CC_ALGO(tp)->ack_rcvd(tp, th); in tcp_input()