Searched refs:time_to_ack (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dtcp.c1197 int time_to_ack = 0; local
1225 time_to_ack = 1;
1234 if (copied > 0 && !time_to_ack && !(sk->sk_shutdown & RCV_SHUTDOWN)) {
1247 time_to_ack = 1;
1250 if (time_to_ack)

Completed in 46 milliseconds