Searched refs:tcpi_lost (Results 1 – 6 of 6) sorted by relevance
/linux/tools/testing/selftests/net/packetdrill/ |
H A D | tcp_sack_sack-shift-sacked-2-6-8-3-9-nofack.pkt | 31 +0 %{ assert tcpi_lost == 6, tcpi_lost }% 38 +0 %{ assert tcpi_lost == 5, tcpi_lost }% 43 +0 %{ assert tcpi_lost == 5, tcpi_lost }% 47 +0 %{ assert tcpi_lost == 4,tcpi_lost }% 51 +0 %{ assert tcpi_lost == 3,tcpi_lost } [all...] |
H A D | tcp_sack_sack-shift-sacked-7-5-6-8-9-fack.pkt | 27 assert tcpi_lost == 7,tcpi_lost # RACK thinks 1:7001 are lost 35 assert tcpi_lost == 6, tcpi_lost 44 +0 %{ assert tcpi_lost == 5, tcpi_lost }% 60 assert tcpi_lost == 0, tcpi_lost
|
H A D | tcp_sack_sack-shift-sacked-7-3-4-8-9-fack.pkt | 28 assert tcpi_lost == 7, tcpi_lost # RACK thinks 1:7001 are lost 36 assert tcpi_lost == 6, tcpi_lost # since 3001:4001 is no longer lost 48 assert tcpi_lost == 5,tcpi_lost # SACK/RFC3517 thinks 1:3001 are lost 64 assert tcpi_lost == 0, tcpi_lost
|
/linux/tools/include/uapi/linux/ |
H A D | tcp.h | 231 __u32 tcpi_lost; member
|
/linux/include/uapi/linux/ |
H A D | tcp.h | 246 __u32 tcpi_lost; member
|
/linux/net/ipv4/ |
H A D | tcp.c | 4210 info->tcpi_lost = tp->lost_out; in tcp_get_info()
|