Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/netinet/
H A Dtcp_cubic.c49 static int tcp_cubic_delay_ack(struct tcpcb *tp, struct tcphdr *th);
67 .delay_ack = tcp_cubic_delay_ack,
580 tcp_cubic_delay_ack(struct tcpcb *tp, struct tcphdr *th) in tcp_cubic_delay_ack() function