Home
last modified time | relevance | path

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

/xnu-12377.1.9/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,
505 tcp_cubic_delay_ack(struct tcpcb *tp, struct tcphdr *th) in tcp_cubic_delay_ack() function