Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/bpf/progs/
Dtest_sock_fields_kern.c127 dst->lost_out = src->lost_out; in tpcpy()
/Linux-v5.4/net/ipv4/
Dtcp_rate.c194 tp->lost_out <= tp->retrans_out) in tcp_rate_check_app_limited()
Dtcp_input.c945 tp->lost_out += tcp_skb_pcount(skb); in tcp_skb_mark_lost()
957 tp->lost_out += tcp_skb_pcount(skb); in tcp_skb_mark_lost_uncond_verify()
1229 tp->lost_out -= pcount; in tcp_sacktag_one()
1251 tp->lost_out -= pcount; in tcp_sacktag_one()
1847 WARN_ON((int)tp->lost_out < 0); in tcp_sacktag_write_queue()
1861 holes = max(tp->lost_out, 1U); in tcp_limit_reno_sacked()
1932 tp->lost_out = 0; in tcp_clear_retrans()
2170 if (tp->lost_out) in tcp_time_to_recover()
2353 tp->lost_out = 0; in tcp_undo_cwnd_reduction()
2615 if (!tp->lost_out) in tcp_simple_retransmit()
[all …]
Dtcp_output.c793 if (tp->lost_out > tp->retrans_out && in tcp_tsq_write()
1235 tp->lost_out -= decr; in tcp_adjust_pcount()
3060 if (tp->retrans_out >= tp->lost_out) { in tcp_xmit_retransmit_queue()
Dtcp.c3264 info->tcpi_lost = tp->lost_out; in tcp_get_info()
/Linux-v5.4/include/linux/
Dtcp.h299 u32 lost_out; /* Lost packets */ member
/Linux-v5.4/include/uapi/linux/
Dbpf.h3104 __u32 lost_out; /* Lost packets */ member
3351 __u32 lost_out; member
/Linux-v5.4/tools/include/uapi/linux/
Dbpf.h3104 __u32 lost_out; /* Lost packets */ member
3351 __u32 lost_out; member
/Linux-v5.4/tools/testing/selftests/bpf/
Dtest_sock_fields.c118 tp->data_segs_out, tp->lost_out, tp->sacked_out, in print_tp()
/Linux-v5.4/include/net/
Dtcp.h1149 return tp->sacked_out + tp->lost_out; in tcp_left_out()
/Linux-v5.4/net/core/
Dfilter.c5665 case offsetof(struct bpf_tcp_sock, lost_out): in bpf_tcp_sock_convert_ctx_access()
5666 BPF_TCP_SOCK_GET_COMMON(lost_out); in bpf_tcp_sock_convert_ctx_access()
8277 case offsetof(struct bpf_sock_ops, lost_out): in sock_ops_convert_ctx_access()
8278 SOCK_OPS_GET_TCP_SOCK_FIELD(lost_out); in sock_ops_convert_ctx_access()