Home
last modified time | relevance | path

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

/net/ipv4/
Dtcp_recovery.c158 u32 lost = tp->lost; in tcp_rack_reo_timeout() local
166 tcp_cwnd_reduction(sk, 1, tp->lost - lost, 0); in tcp_rack_reo_timeout()
Dtcp_rate.c115 void tcp_rate_gen(struct sock *sk, u32 delivered, u32 lost, in tcp_rate_gen() argument
133 rs->losses = lost; /* freshly marked lost */ in tcp_rate_gen()
Dtcp_bbr.c639 bbr->lt_last_lost = tp->lost; in bbr_reset_lt_bw_sampling_interval()
689 u32 lost, delivered; in bbr_lt_bw_sampling() local
736 lost = tp->lost - bbr->lt_last_lost; in bbr_lt_bw_sampling()
739 if (!delivered || (lost << BBR_SCALE) < bbr_lt_loss_thresh * delivered) in bbr_lt_bw_sampling()
Dtcp_input.c1088 tp->lost += tcp_skb_pcount(skb); in tcp_notify_skb_loss_event()
3785 u32 lost = tp->lost; in tcp_ack() local
3928 lost = tp->lost - lost; /* freshly marked lost */ in tcp_ack()
3930 tcp_rate_gen(sk, delivered, lost, is_sack_reneg, sack_state.rate); in tcp_ack()
/net/netfilter/
DKconfig1044 if the interface goes down, those connections are lost. This is