Home
last modified time | relevance | path

Searched refs:sacked_out (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/net/ipv4/
Dtcp_recovery.c35 if (tp->sacked_out >= tp->reordering && in tcp_rack_reo_wnd()
235 if ((state < TCP_CA_Recovery && tp->sacked_out >= tp->reordering) || in tcp_newreno_mark_lost()
Dtcp_input.c909 tp->sacked_out, in tcp_check_sack_reordering()
1264 tp->sacked_out += pcount; in tcp_sacktag_one()
1673 if (!tp->sacked_out) in tcp_sacktag_write_queue()
1749 if (!tp->sacked_out) { in tcp_sacktag_write_queue()
1843 WARN_ON((int)tp->sacked_out < 0); in tcp_sacktag_write_queue()
1861 if ((tp->sacked_out + holes) > tp->packets_out) { in tcp_limit_reno_sacked()
1862 tp->sacked_out = tp->packets_out - holes; in tcp_limit_reno_sacked()
1890 u32 prior_sacked = tp->sacked_out; in tcp_add_reno_sack()
1892 tp->sacked_out++; in tcp_add_reno_sack()
1894 if (tp->sacked_out > prior_sacked) in tcp_add_reno_sack()
[all …]
Dtcp_cdg.c310 if (tp->sacked_out == 0) { in tcp_cdg_acked()
Dtcp_timer.c499 tp->sacked_out) { in tcp_retransmit_timer()
Dtcp_minisocks.c490 newtp->sacked_out = 0; in tcp_create_openreq_child()
Dtcp_output.c1221 tp->sacked_out -= decr; in tcp_adjust_pcount()
1229 tp->sacked_out -= min_t(u32, tp->sacked_out, decr); in tcp_adjust_pcount()
Dtcp.c3167 info->tcpi_sacked = tp->sacked_out; in tcp_get_info()
/Linux-v4.19/include/linux/
Dtcp.h304 u32 sacked_out; /* SACK'd packets */ member
/Linux-v4.19/tools/include/uapi/linux/
Dbpf.h2589 __u32 sacked_out; member
/Linux-v4.19/include/uapi/linux/
Dbpf.h2589 __u32 sacked_out; member
/Linux-v4.19/include/net/
Dtcp.h1126 return tp->sacked_out + tp->lost_out; in tcp_left_out()
1750 if (!tp->sacked_out) in tcp_highest_sack_seq()
/Linux-v4.19/net/core/
Dfilter.c6692 case offsetof(struct bpf_sock_ops, sacked_out): in sock_ops_convert_ctx_access()
6693 SOCK_OPS_GET_FIELD(sacked_out, sacked_out, struct tcp_sock); in sock_ops_convert_ctx_access()