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

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Dtcp_input.c705 tp->reordering, tp->fackets_out, tp->sacked_out,
717 * sacked_out, retrans_out and lost_out, correspondingly.
774 if (!tp->sacked_out)
893 tp->sacked_out++;
946 tp->left_out = tp->sacked_out + tp->lost_out;
952 BUG_TRAP((int)tp->sacked_out >= 0);
966 tp->sacked_out = 0;
1011 tp->sacked_out++;
1048 return IsReno(tp) ? tp->sacked_out+1 : tp->fackets_out;
1091 * left_out = sacked_out
[all...]
H A Dtcp_diag.c169 info->tcpi_sacked = tp->sacked_out;
H A Dtcp_output.c747 if (!tp->sack_ok && tp->sacked_out) {
748 tp->sacked_out--;
H A Dtcp_minisocks.c706 newtp->sacked_out = 0;
H A Dtcp.c2486 info.tcpi_sacked = tp->sacked_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.h382 __u32 sacked_out; /* SACK'd 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.h434 __u32 sacked_out; /* SACK'd packets */ member in struct:tcp_opt

Completed in 107 milliseconds