Home
last modified time | relevance | path

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

/reactos/drivers/network/tcpip/include/
H A Dtcpcore.h1401 __u32 sacked_out; /* SACK'd packets */ member
2959 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()