Searched defs:lost (Results 1 - 1 of 1) sorted by relevance

/net/ipv4/
H A Dtcp_input.c818 /* RFC3517 uses different metric in lost marker => reset on change */
909 * L 0 - nothing flies, orig lost by net.
911 * L|R 1 - orig is lost, retransmit is in flight.
921 * A. Scoreboard estimator decided the packet is lost.
922 * A'. Reno "three dupacks" marks head of queue lost.
923 * A''. Its FACK modification, head until snd.fack is lost.
1030 /* Check for lost retransmit. This superb idea is borrowed from "ratehalving".
1215 /* If the segment is not tagged as lost,
2105 * lost_out: Packets lost by network. TCP has no explicit
2111 * F.e. after RTO, when all the queue is considered as lost,
2284 int lost = tp->fackets_out - tp->reordering; local
[all...]

Completed in 11 milliseconds