Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:snd_cwnd_cnt
(Results
1 - 23
of
23
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H
A
D
bpf_tcp_helpers.h
63
__u32
snd_cwnd_cnt
;
member
217
if (tp->
snd_cwnd_cnt
>= w) {
in tcp_cong_avoid_ai()
218
tp->
snd_cwnd_cnt
= 0;
in tcp_cong_avoid_ai()
222
tp->
snd_cwnd_cnt
+= acked;
in tcp_cong_avoid_ai()
223
if (tp->
snd_cwnd_cnt
>= w) {
in tcp_cong_avoid_ai()
224
__u32 delta = tp->
snd_cwnd_cnt
/ w;
in tcp_cong_avoid_ai()
226
tp->
snd_cwnd_cnt
-= delta * w;
in tcp_cong_avoid_ai()
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
tcp_hybla.c
142
tp->
snd_cwnd_cnt
++;
in hybla_cong_avoid()
153
tp->
snd_cwnd_cnt
= 0;
in hybla_cong_avoid()
156
if (increment == 0 && odd == 0 && tp->
snd_cwnd_cnt
>= tp->snd_cwnd) {
in hybla_cong_avoid()
158
tp->
snd_cwnd_cnt
= 0;
in hybla_cong_avoid()
H
A
D
tcp_highspeed.c
142
tp->
snd_cwnd_cnt
+= ca->ai + 1;
in hstcp_cong_avoid()
143
if (tp->
snd_cwnd_cnt
>= tp->snd_cwnd) {
in hstcp_cong_avoid()
144
tp->
snd_cwnd_cnt
-= tp->snd_cwnd;
in hstcp_cong_avoid()
H
A
D
tcp_veno.c
172
if (tp->
snd_cwnd_cnt
>= tp->snd_cwnd) {
in tcp_veno_cong_avoid()
179
tp->
snd_cwnd_cnt
= 0;
in tcp_veno_cong_avoid()
181
tp->
snd_cwnd_cnt
+= acked;
in tcp_veno_cong_avoid()
H
A
D
tcp_cong.c
413
if (tp->
snd_cwnd_cnt
>= w) {
in tcp_cong_avoid_ai()
414
tp->
snd_cwnd_cnt
= 0;
in tcp_cong_avoid_ai()
418
tp->
snd_cwnd_cnt
+= acked;
in tcp_cong_avoid_ai()
419
if (tp->
snd_cwnd_cnt
>= w) {
in tcp_cong_avoid_ai()
420
u32 delta = tp->
snd_cwnd_cnt
/ w;
in tcp_cong_avoid_ai()
422
tp->
snd_cwnd_cnt
-= delta * w;
in tcp_cong_avoid_ai()
H
A
D
tcp_illinois.c
279
/*
snd_cwnd_cnt
is # of packets since last cwnd increment */
in tcp_illinois_cong_avoid()
280
tp->
snd_cwnd_cnt
+= ca->acked;
in tcp_illinois_cong_avoid()
286
delta = (tp->
snd_cwnd_cnt
* ca->alpha) >> ALPHA_SHIFT;
in tcp_illinois_cong_avoid()
290
tp->
snd_cwnd_cnt
= 0;
in tcp_illinois_cong_avoid()
H
A
D
tcp_htcp.c
245
if ((tp->
snd_cwnd_cnt
* ca->alpha)>>7 >= tp->snd_cwnd) {
in htcp_cong_avoid()
248
tp->
snd_cwnd_cnt
= 0;
in htcp_cong_avoid()
251
tp->
snd_cwnd_cnt
+= ca->pkts_acked;
in htcp_cong_avoid()
H
A
D
bpf_tcp_ca.c
123
case offsetof(struct tcp_sock,
snd_cwnd_cnt
):
in bpf_tcp_ca_btf_struct_access()
124
end = offsetofend(struct tcp_sock,
snd_cwnd_cnt
);
in bpf_tcp_ca_btf_struct_access()
H
A
D
tcp_input.c
2156
tp->
snd_cwnd_cnt
= 0;
in tcp_enter_loss()
2616
tp->
snd_cwnd_cnt
= 0;
in tcp_init_cwnd_reduction()
2734
tp->
snd_cwnd_cnt
= 0;
in tcp_mtup_probe_success()
H
A
D
tcp.c
2867
tp->
snd_cwnd_cnt
= 0;
in tcp_disconnect()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
tcp_hybla.c
142
tp->
snd_cwnd_cnt
++;
in hybla_cong_avoid()
153
tp->
snd_cwnd_cnt
= 0;
in hybla_cong_avoid()
156
if (increment == 0 && odd == 0 && tp->
snd_cwnd_cnt
>= tcp_snd_cwnd(tp)) {
in hybla_cong_avoid()
158
tp->
snd_cwnd_cnt
= 0;
in hybla_cong_avoid()
H
A
D
tcp_highspeed.c
142
tp->
snd_cwnd_cnt
+= ca->ai + 1;
in hstcp_cong_avoid()
143
if (tp->
snd_cwnd_cnt
>= tcp_snd_cwnd(tp)) {
in hstcp_cong_avoid()
144
tp->
snd_cwnd_cnt
-= tcp_snd_cwnd(tp);
in hstcp_cong_avoid()
H
A
D
tcp_veno.c
172
if (tp->
snd_cwnd_cnt
>= tcp_snd_cwnd(tp)) {
in tcp_veno_cong_avoid()
179
tp->
snd_cwnd_cnt
= 0;
in tcp_veno_cong_avoid()
181
tp->
snd_cwnd_cnt
+= acked;
in tcp_veno_cong_avoid()
H
A
D
tcp_cong.c
475
if (tp->
snd_cwnd_cnt
>= w) {
in tcp_cong_avoid_ai()
476
tp->
snd_cwnd_cnt
= 0;
in tcp_cong_avoid_ai()
480
tp->
snd_cwnd_cnt
+= acked;
in tcp_cong_avoid_ai()
481
if (tp->
snd_cwnd_cnt
>= w) {
in tcp_cong_avoid_ai()
482
u32 delta = tp->
snd_cwnd_cnt
/ w;
in tcp_cong_avoid_ai()
484
tp->
snd_cwnd_cnt
-= delta * w;
in tcp_cong_avoid_ai()
H
A
D
tcp_illinois.c
279
/*
snd_cwnd_cnt
is # of packets since last cwnd increment */
in tcp_illinois_cong_avoid()
280
tp->
snd_cwnd_cnt
+= ca->acked;
in tcp_illinois_cong_avoid()
286
delta = (tp->
snd_cwnd_cnt
* ca->alpha) >> ALPHA_SHIFT;
in tcp_illinois_cong_avoid()
290
tp->
snd_cwnd_cnt
= 0;
in tcp_illinois_cong_avoid()
H
A
D
tcp_htcp.c
245
if ((tp->
snd_cwnd_cnt
* ca->alpha)>>7 >= tcp_snd_cwnd(tp)) {
in htcp_cong_avoid()
248
tp->
snd_cwnd_cnt
= 0;
in htcp_cong_avoid()
251
tp->
snd_cwnd_cnt
+= ca->pkts_acked;
in htcp_cong_avoid()
H
A
D
bpf_tcp_ca.c
101
case offsetof(struct tcp_sock,
snd_cwnd_cnt
):
in bpf_tcp_ca_btf_struct_access()
102
end = offsetofend(struct tcp_sock,
snd_cwnd_cnt
);
in bpf_tcp_ca_btf_struct_access()
H
A
D
tcp_input.c
2175
tp->
snd_cwnd_cnt
= 0;
in tcp_enter_loss()
2635
tp->
snd_cwnd_cnt
= 0;
in tcp_init_cwnd_reduction()
2752
tp->
snd_cwnd_cnt
= 0;
in tcp_mtup_probe_success()
H
A
D
tcp.c
3038
tp->
snd_cwnd_cnt
= 0;
in tcp_disconnect()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H
A
D
bpf_tcp_helpers.h
73
__u32
snd_cwnd_cnt
;
member
/kernel/linux/linux-5.10/include/linux/
H
A
D
tcp.h
287
u32
snd_cwnd_cnt
; /* Linear increase counter */
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
tcp.h
319
u32
snd_cwnd_cnt
; /* Linear increase counter */
member
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H
A
D
tcp_nip.c
2199
tp->
snd_cwnd_cnt
= 0;
in tcp_nip_disconnect()
Completed in 40 milliseconds