Searched refs:bytes_retrans (Results 1 – 3 of 3) sorted by relevance
374 u64 bytes_retrans; /* RFC4898 tcpEStatsPerfOctetsRetrans member
3169 tp->bytes_retrans = 0; in tcp_disconnect()3940 info->tcpi_bytes_retrans = tp->bytes_retrans; in tcp_get_info()4044 nla_put_u64_64bit(stats, TCP_NLA_BYTES_RETRANS, tp->bytes_retrans, in tcp_get_timestamping_opt_stats()
3216 tp->bytes_retrans += skb->len; in __tcp_retransmit_skb()
Completed in 21 milliseconds