Home
last modified time | relevance | path

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

/net/ipv4/
Dtcp_rate.c110 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()
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.c953 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/
DKconfig1018 if the interface goes down, those connections are lost. This is