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:TCP_CA_Loss
(Results
1 - 25
of
29
) sorted by relevance
1
2
/kernel/linux/linux-5.10/tools/include/uapi/linux/
H
A
D
tcp.h
210
TCP_CA_Loss
= 4
enumerator
211
#define TCPF_CA_Loss (1<<
TCP_CA_Loss
)
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
tcp.h
226
TCP_CA_Loss
= 4
enumerator
227
#define TCPF_CA_Loss (1<<
TCP_CA_Loss
)
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
tcp.h
210
TCP_CA_Loss
= 4
enumerator
211
#define TCPF_CA_Loss (1<<
TCP_CA_Loss
)
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
tcp.h
137
TCP_CA_Loss
= 4
enumerator
138
#define TCPF_CA_Loss (1 <<
TCP_CA_Loss
)
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H
A
D
tcp.h
210
TCP_CA_Loss
= 4
enumerator
211
#define TCPF_CA_Loss (1<<
TCP_CA_Loss
)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
tcp.h
137
TCP_CA_Loss
= 4
enumerator
138
#define TCPF_CA_Loss (1 <<
TCP_CA_Loss
)
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
tcp.h
135
TCP_CA_Loss
= 4
enumerator
136
#define TCPF_CA_Loss (1<<
TCP_CA_Loss
)
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
tcp_bic.c
183
if (new_state ==
TCP_CA_Loss
)
in bictcp_state()
H
A
D
tcp_nv.c
222
} else if (new_state ==
TCP_CA_Loss
|| new_state == TCP_CA_CWR ||
in tcpnv_state()
226
if (new_state ==
TCP_CA_Loss
) {
in tcpnv_state()
H
A
D
tcp_illinois.c
248
if (new_state ==
TCP_CA_Loss
) {
in tcp_illinois_state()
H
A
D
tcp_htcp.c
283
case
TCP_CA_Loss
:
in htcp_state()
H
A
D
tcp_bbr.c
1130
if (new_state ==
TCP_CA_Loss
) {
in bbr_set_state()
1133
bbr->prev_ca_state =
TCP_CA_Loss
;
in bbr_set_state()
H
A
D
tcp_cubic.c
367
if (new_state ==
TCP_CA_Loss
) {
in bictcp_state()
H
A
D
tcp_timer.c
560
} else if (icsk->icsk_ca_state ==
TCP_CA_Loss
) {
in tcp_retransmit_timer()
H
A
D
tcp_input.c
1987
if (inet_csk(sk)->icsk_ca_state !=
TCP_CA_Loss
|| tp->undo_marker)
in tcp_sacktag_write_queue()
2148
(icsk->icsk_ca_state ==
TCP_CA_Loss
&& !icsk->icsk_retransmits)) {
in tcp_enter_loss()
2168
tcp_set_ca_state(sk,
TCP_CA_Loss
);
in tcp_enter_loss()
2542
DBGUNDO(sk, inet_csk(sk)->icsk_ca_state ==
TCP_CA_Loss
? "loss" : "retrans");
in tcp_try_undo_recovery()
2544
if (inet_csk(sk)->icsk_ca_state ==
TCP_CA_Loss
)
in tcp_try_undo_recovery()
2775
if (icsk->icsk_ca_state !=
TCP_CA_Loss
) {
in tcp_simple_retransmit()
2780
tcp_set_ca_state(sk,
TCP_CA_Loss
);
in tcp_simple_retransmit()
3011
case
TCP_CA_Loss
:
in tcp_fastretrans_alert()
6368
if (inet_csk(sk)->icsk_ca_state ==
TCP_CA_Loss
&& !tp->packets_out)
in tcp_rcv_synrecv_state_fastopen()
/kernel/liteos_m/kal/libc/newlib/porting/include/netinet/
H
A
D
tcp.h
66
#define
TCP_CA_Loss
4
macro
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
tcp_bic.c
183
if (new_state ==
TCP_CA_Loss
)
in bictcp_state()
H
A
D
tcp_nv.c
221
} else if (new_state ==
TCP_CA_Loss
|| new_state == TCP_CA_CWR ||
in tcpnv_state()
225
if (new_state ==
TCP_CA_Loss
) {
in tcpnv_state()
H
A
D
tcp_illinois.c
248
if (new_state ==
TCP_CA_Loss
) {
in tcp_illinois_state()
H
A
D
tcp_htcp.c
283
case
TCP_CA_Loss
:
in htcp_state()
H
A
D
tcp_bbr.c
1132
if (new_state ==
TCP_CA_Loss
) {
in bbr_set_state()
1135
bbr->prev_ca_state =
TCP_CA_Loss
;
in bbr_set_state()
H
A
D
tcp_cubic.c
360
if (new_state ==
TCP_CA_Loss
) {
in cubictcp_state()
H
A
D
tcp_timer.c
563
} else if (icsk->icsk_ca_state ==
TCP_CA_Loss
) {
in tcp_retransmit_timer()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H
A
D
bpf_cubic.c
425
if (new_state ==
TCP_CA_Loss
) {
in BPF_STRUCT_OPS()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H
A
D
bpf_cubic.c
419
if (new_state ==
TCP_CA_Loss
) {
in BPF_STRUCT_OPS()
Completed in 30 milliseconds
1
2