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

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Dtcp_input.c717 * sacked_out, retrans_out and lost_out, correspondingly.
874 tp->lost_out--;
887 tp->lost_out--;
937 tp->lost_out++;
946 tp->left_out = tp->sacked_out + tp->lost_out;
953 BUG_TRAP((int)tp->lost_out >= 0);
967 tp->lost_out = 0;
1009 tp->lost_out++;
1091 * left_out = sacked_out + lost_out
1099 * lost_out
[all...]
H A Dtcp_output.c449 tp->lost_out++;
743 tp->lost_out--;
782 tp->lost_out++;
915 int packet_cnt = tp->lost_out;
H A Dtcp_diag.c170 info->tcpi_lost = tp->lost_out;
H A Dtcp.c2487 info.tcpi_lost = tp->lost_out;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dtcp.h1089 if (tp->sack_ok && tp->sacked_out >= tp->packets_out - tp->lost_out)
1090 tp->sacked_out = tp->packets_out - tp->lost_out;
1091 tp->left_out = tp->sacked_out + tp->lost_out;
H A Dsock.h381 __u32 lost_out; /* Lost packets */ member in struct:tcp_opt
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dtcp.h1090 if (tp->sack_ok && tp->sacked_out >= tp->packets_out - tp->lost_out)
1091 tp->sacked_out = tp->packets_out - tp->lost_out;
1092 tp->left_out = tp->sacked_out + tp->lost_out;
H A Dsock.h433 __u32 lost_out; /* Lost packets */ member in struct:tcp_opt

Completed in 76 milliseconds