Searched refs:sacked_out (Results 1 – 1 of 1) sorted by relevance
1401 __u32 sacked_out; /* SACK'd packets */ member2959 if (tp->sack_ok && tp->sacked_out >= tp->packets_out - tp->lost_out) in tcp_sync_left_out()2960 tp->sacked_out = tp->packets_out - tp->lost_out; in tcp_sync_left_out()2961 tp->left_out = tp->sacked_out + tp->lost_out; in tcp_sync_left_out()