Searched refs:lost (Results 1 – 8 of 8) sorted by relevance
| /net/ipv4/ |
| A 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()
|
| A 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()
|
| A D | tcp_bbr.c | 642 bbr->lt_last_lost = tp->lost; in bbr_reset_lt_bw_sampling_interval() 692 u32 lost, delivered; in bbr_lt_bw_sampling() local 739 lost = tp->lost - bbr->lt_last_lost; in bbr_lt_bw_sampling() 742 if (!delivered || (lost << BBR_SCALE) < bbr_lt_loss_thresh * delivered) in bbr_lt_bw_sampling()
|
| A D | tcp_input.c | 1137 tp->lost += tcp_skb_pcount(skb); in tcp_notify_skb_loss_event() 3818 u32 lost = tp->lost; in tcp_ack() local 3952 lost = tp->lost - lost; /* freshly marked lost */ in tcp_ack() 3954 tcp_rate_gen(sk, delivered, lost, is_sack_reneg, sack_state.rate); in tcp_ack()
|
| A D | tcp.c | 5081 CACHELINE_ASSERT_GROUP_MEMBER(struct tcp_sock, tcp_sock_read_rx, lost); in tcp_struct_check()
|
| /net/rxrpc/ |
| A D | call_event.c | 100 unsigned long lost = tq->segment_lost; in rxrpc_resend() local 107 _debug("lost %16lx", lost); in rxrpc_resend() 109 trace_rxrpc_resend_lost(call, tq, lost); in rxrpc_resend() 110 while (lost) { in rxrpc_resend() 111 unsigned int ix = __ffs(lost); in rxrpc_resend() 114 __clear_bit(ix, &lost); in rxrpc_resend()
|
| /net/ethtool/ |
| A D | tsinfo.c | 198 tsinfo_put_stat(skb, stats->tx_stats.lost, in tsinfo_put_stats()
|
| /net/netfilter/ |
| A D | Kconfig | 1065 if the interface goes down, those connections are lost. This is
|
Completed in 33 milliseconds