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_is_reno
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
tcp_input.c
2117
} else if (
tcp_is_reno
(tp)) {
in tcp_timeout_mark_lost()
2520
if (tp->snd_una == tp->high_seq &&
tcp_is_reno
(tp)) {
in tcp_is_non_sack_preventing_reopen()
2765
if (
tcp_is_reno
(tp))
in tcp_simple_retransmit()
2791
if (
tcp_is_reno
(tp))
in tcp_enter_recovery()
2853
if (
tcp_is_reno
(tp)) {
in tcp_process_loss()
2914
if (unlikely(
tcp_is_reno
(tp))) {
in tcp_identify_packet_loss()
2980
if (
tcp_is_reno
(tp))
in tcp_fastretrans_alert()
2993
if (
tcp_is_reno
(tp))
in tcp_fastretrans_alert()
3020
if (
tcp_is_reno
(tp)) {
in tcp_fastretrans_alert()
3365
if (
tcp_is_reno
(t
in tcp_clean_rtx_queue()
[all...]
H
A
D
tcp_output.c
1474
if (
tcp_is_reno
(tp) && decr > 0)
in tcp_adjust_pcount()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
tcp_input.c
2136
} else if (
tcp_is_reno
(tp)) {
in tcp_timeout_mark_lost()
2539
if (tp->snd_una == tp->high_seq &&
tcp_is_reno
(tp)) {
in tcp_is_non_sack_preventing_reopen()
2798
if (
tcp_is_reno
(tp))
in tcp_simple_retransmit()
2824
if (
tcp_is_reno
(tp))
in tcp_enter_recovery()
2886
if (
tcp_is_reno
(tp)) {
in tcp_process_loss()
2947
if (unlikely(
tcp_is_reno
(tp))) {
in tcp_identify_packet_loss()
3013
if (
tcp_is_reno
(tp))
in tcp_fastretrans_alert()
3026
if (
tcp_is_reno
(tp))
in tcp_fastretrans_alert()
3053
if (
tcp_is_reno
(tp)) {
in tcp_fastretrans_alert()
3396
if (
tcp_is_reno
(t
in tcp_clean_rtx_queue()
[all...]
H
A
D
tcp_output.c
1486
if (
tcp_is_reno
(tp) && decr > 0)
in tcp_adjust_pcount()
/kernel/linux/linux-5.10/include/net/
H
A
D
tcp.h
1178
*
tcp_is_reno
- No SACK
1185
static inline bool
tcp_is_reno
(const struct tcp_sock *tp)
in tcp_is_reno()
function
/kernel/linux/linux-6.6/include/net/
H
A
D
tcp.h
1188
*
tcp_is_reno
- No SACK
1195
static inline bool
tcp_is_reno
(const struct tcp_sock *tp)
in tcp_is_reno()
function
Completed in 32 milliseconds