Home
last modified time | relevance | path

Searched refs:lost_out (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/net/ipv4/
Dtcp_rate.c192 tp->lost_out <= tp->retrans_out) in tcp_rate_check_app_limited()
Dtcp_input.c952 tp->lost_out += tcp_skb_pcount(skb); in tcp_skb_mark_lost()
964 tp->lost_out += tcp_skb_pcount(skb); in tcp_skb_mark_lost_uncond_verify()
1236 tp->lost_out -= pcount; in tcp_sacktag_one()
1258 tp->lost_out -= pcount; in tcp_sacktag_one()
1844 WARN_ON((int)tp->lost_out < 0); in tcp_sacktag_write_queue()
1858 holes = max(tp->lost_out, 1U); in tcp_limit_reno_sacked()
1925 tp->lost_out = 0; in tcp_clear_retrans()
2163 if (tp->lost_out) in tcp_time_to_recover()
2346 tp->lost_out = 0; in tcp_undo_cwnd_reduction()
2608 if (!tp->lost_out) in tcp_simple_retransmit()
[all …]
Dtcp_output.c795 if (tp->lost_out > tp->retrans_out && in tcp_tsq_write()
1225 tp->lost_out -= decr; in tcp_adjust_pcount()
2975 if (tp->retrans_out >= tp->lost_out) { in tcp_xmit_retransmit_queue()
Dtcp.c3169 info->tcpi_lost = tp->lost_out; in tcp_get_info()
/Linux-v4.19/include/linux/
Dtcp.h303 u32 lost_out; /* Lost packets */ member
/Linux-v4.19/include/uapi/linux/
Dbpf.h2588 __u32 lost_out; member
/Linux-v4.19/tools/include/uapi/linux/
Dbpf.h2588 __u32 lost_out; member
/Linux-v4.19/include/net/
Dtcp.h1126 return tp->sacked_out + tp->lost_out; in tcp_left_out()
/Linux-v4.19/net/core/
Dfilter.c6688 case offsetof(struct bpf_sock_ops, lost_out): in sock_ops_convert_ctx_access()
6689 SOCK_OPS_GET_FIELD(lost_out, lost_out, struct tcp_sock); in sock_ops_convert_ctx_access()