Home
last modified time | relevance | path

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

/net/ipv4/
A Dtcp_recovery.c153 u32 lost = tp->lost; in tcp_rack_reo_timeout() local
161 tcp_cwnd_reduction(sk, 1, tp->lost - lost, 0); in tcp_rack_reo_timeout()
A Dtcp_rate.c117 void tcp_rate_gen(struct sock *sk, u32 delivered, u32 lost, in tcp_rate_gen() argument
135 rs->losses = lost; /* freshly marked lost */ in tcp_rate_gen()
A Dtcp_bbr.c642 bbr->lt_last_lost = tp->lost; in bbr_reset_lt_bw_sampling_interval()
692 u32 lost, delivered; in bbr_lt_bw_sampling() local
739 lost = tp->lost - bbr->lt_last_lost; in bbr_lt_bw_sampling()
742 if (!delivered || (lost << BBR_SCALE) < bbr_lt_loss_thresh * delivered) in bbr_lt_bw_sampling()
A Dtcp_input.c1137 tp->lost += tcp_skb_pcount(skb); in tcp_notify_skb_loss_event()
3818 u32 lost = tp->lost; in tcp_ack() local
3952 lost = tp->lost - lost; /* freshly marked lost */ in tcp_ack()
3954 tcp_rate_gen(sk, delivered, lost, is_sack_reneg, sack_state.rate); in tcp_ack()
A Dtcp.c5081 CACHELINE_ASSERT_GROUP_MEMBER(struct tcp_sock, tcp_sock_read_rx, lost); in tcp_struct_check()
/net/rxrpc/
A Dcall_event.c100 unsigned long lost = tq->segment_lost; in rxrpc_resend() local
107 _debug("lost %16lx", lost); in rxrpc_resend()
109 trace_rxrpc_resend_lost(call, tq, lost); in rxrpc_resend()
110 while (lost) { in rxrpc_resend()
111 unsigned int ix = __ffs(lost); in rxrpc_resend()
114 __clear_bit(ix, &lost); in rxrpc_resend()
/net/ethtool/
A Dtsinfo.c198 tsinfo_put_stat(skb, stats->tx_stats.lost, in tsinfo_put_stats()
/net/netfilter/
A DKconfig1065 if the interface goes down, those connections are lost. This is

Completed in 33 milliseconds