Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet/
H A Dtcp_cc.h200 void (*ack_rcvd) (struct tcpcb *tp, struct tcphdr *th); member
H A Dtcp_newreno.c102 .ack_rcvd = tcp_newreno_ack_rcvd,
H A Dtcp_ledbat.c81 .ack_rcvd = tcp_ledbat_ack_rcvd,
H A Dtcp_cubic.c76 .ack_rcvd = tcp_cubic_ack_rcvd,
H A Dtcp_input.c4867 if (CC_ALGO(tp)->ack_rcvd != NULL) { in tcp_input()
4868 CC_ALGO(tp)->ack_rcvd(tp, th); in tcp_input()