Home
last modified time | relevance | path

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

/linux/net/mptcp/
H A Dprotocol.h280 u64 bytes_retrans; member
H A Dsockopt.c977 info->mptcpi_bytes_retrans = msk->bytes_retrans; in mptcp_diag_fill_info()
H A Dprotocol.c2713 msk->bytes_retrans += len; in __mptcp_retrans()
3241 msk->bytes_retrans = 0; in mptcp_disconnect()
/linux/net/ipv4/
H A Dtcp.c3375 tp->bytes_retrans = 0; in tcp_disconnect()
4182 info->tcpi_bytes_retrans = tp->bytes_retrans; in tcp_get_info()
4293 nla_put_u64_64bit(stats, TCP_NLA_BYTES_RETRANS, tp->bytes_retrans, in tcp_get_timestamping_opt_stats()
H A Dtcp_output.c3402 tp->bytes_retrans += skb->len; in __tcp_retransmit_skb()