Searched refs:lost (Results 1 – 5 of 5) sorted by relevance
/net/ipv4/ |
D | tcp_recovery.c | 158 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()
|
D | tcp_rate.c | 115 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()
|
D | tcp_bbr.c | 639 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()
|
D | tcp_input.c | 1088 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/ |
D | Kconfig | 1044 if the interface goes down, those connections are lost. This is
|