Home
last modified time | relevance | path

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

/linux/net/mptcp/
H A Dprotocol.h278 u64 bytes_retrans; member
H A Dsockopt.c977 info->mptcpi_bytes_retrans = msk->bytes_retrans; in mptcp_diag_fill_info()
H A Dprotocol.c2710 msk->bytes_retrans += len; in __mptcp_retrans()
3238 msk->bytes_retrans = 0; in mptcp_disconnect()
/linux/net/ipv4/
H A Dtcp.c3362 tp->bytes_retrans = 0; in tcp_disconnect()
4169 info->tcpi_bytes_retrans = tp->bytes_retrans; in tcp_get_info()
4280 nla_put_u64_64bit(stats, TCP_NLA_BYTES_RETRANS, tp->bytes_retrans, in tcp_get_timestamping_opt_stats()
H A Dtcp_output.c3399 tp->bytes_retrans += skb->len; in __tcp_retransmit_skb()