Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/netinet/
H A Dtcp_cubic.c45 static void tcp_cubic_ack_rcvd(struct tcpcb *tp, struct tcphdr *th);
62 .ack_rcvd = tcp_cubic_ack_rcvd,
357 tcp_cubic_ack_rcvd(struct tcpcb *tp, struct tcphdr *th) in tcp_cubic_ack_rcvd() function