Searched refs:lost (Results 1 – 5 of 5) sorted by relevance
/net/ipv4/ |
D | tcp_recovery.c | 153 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()
|
D | tcp_rate.c | 117 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()
|
D | tcp_bbr.c | 641 bbr->lt_last_lost = tp->lost; in bbr_reset_lt_bw_sampling_interval() 691 u32 lost, delivered; in bbr_lt_bw_sampling() local 738 lost = tp->lost - bbr->lt_last_lost; in bbr_lt_bw_sampling() 741 if (!delivered || (lost << BBR_SCALE) < bbr_lt_loss_thresh * delivered) in bbr_lt_bw_sampling()
|
D | tcp_input.c | 1109 tp->lost += tcp_skb_pcount(skb); in tcp_notify_skb_loss_event() 3836 u32 lost = tp->lost; in tcp_ack() local 3979 lost = tp->lost - lost; /* freshly marked lost */ in tcp_ack() 3981 tcp_rate_gen(sk, delivered, lost, is_sack_reneg, sack_state.rate); in tcp_ack()
|
/net/netfilter/ |
D | Kconfig | 1059 if the interface goes down, those connections are lost. This is
|