Searched refs:lost (Results 1 – 4 of 4) sorted by relevance
/net/ipv4/ |
D | tcp_rate.c | 110 void tcp_rate_gen(struct sock *sk, u32 delivered, u32 lost, in tcp_rate_gen() argument 128 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 | 953 tp->lost += tcp_skb_pcount(skb); in tcp_sum_lost() 2215 int cnt, oldcnt, lost; in tcp_mark_head_lost() local 2254 lost = (packets - oldcnt) * mss; in tcp_mark_head_lost() 2255 if (lost < skb->len && in tcp_mark_head_lost() 2257 lost, mss, GFP_ATOMIC) < 0) in tcp_mark_head_lost() 3647 u32 lost = tp->lost; in tcp_ack() local 3784 lost = tp->lost - lost; /* freshly marked lost */ in tcp_ack() 3786 tcp_rate_gen(sk, delivered, lost, is_sack_reneg, sack_state.rate); in tcp_ack()
|
/net/netfilter/ |
D | Kconfig | 1018 if the interface goes down, those connections are lost. This is
|