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:dsack
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
tcp.h
89
dsack
: 1, /* D-SACK is scheduled */
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
tcp.h
119
dsack
: 1, /* D-SACK is scheduled */
member
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
tcp_output.c
658
struct tcp_sack_block *sp = tp->rx_opt.
dsack
?
in tcp_options_write()
674
tp->rx_opt.
dsack
= 0;
in tcp_options_write()
958
eff_sacks = tp->rx_opt.num_sacks + tp->rx_opt.
dsack
;
in tcp_established_options()
2349
tp->rx_opt.num_sacks || tp->rx_opt.
dsack
))
in tcp_mtu_probe()
H
A
D
tcp_input.c
4442
tp->rx_opt.
dsack
= 1;
in tcp_dsack_set()
4452
if (!tp->rx_opt.
dsack
)
in tcp_dsack_extend()
4723
__u32
dsack
= dsack_high;
in tcp_ofo_queue()
local
4726
tcp_dsack_extend(sk, TCP_SKB_CB(skb)->seq,
dsack
);
in tcp_ofo_queue()
5017
tp->rx_opt.
dsack
= 0;
in tcp_data_queue()
H
A
D
tcp.c
2918
tp->rx_opt.
dsack
= 0;
in tcp_disconnect()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
tcp_output.c
668
struct tcp_sack_block *sp = tp->rx_opt.
dsack
?
in tcp_options_write()
684
tp->rx_opt.
dsack
= 0;
in tcp_options_write()
968
eff_sacks = tp->rx_opt.num_sacks + tp->rx_opt.
dsack
;
in tcp_established_options()
2407
tp->rx_opt.num_sacks || tp->rx_opt.
dsack
))
in tcp_mtu_probe()
H
A
D
tcp_input.c
4487
tp->rx_opt.
dsack
= 1;
in tcp_dsack_set()
4497
if (!tp->rx_opt.
dsack
)
in tcp_dsack_extend()
4769
__u32
dsack
= dsack_high;
in tcp_ofo_queue()
local
4772
tcp_dsack_extend(sk, TCP_SKB_CB(skb)->seq,
dsack
);
in tcp_ofo_queue()
5065
tp->rx_opt.
dsack
= 0;
in tcp_data_queue()
H
A
D
tcp.c
3090
tp->rx_opt.
dsack
= 0;
in tcp_disconnect()
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H
A
D
tcp_nip_input.c
1053
newtp->rx_opt.
dsack
= 0;
in tcp_nip_create_openreq_child()
/kernel/linux/linux-5.10/include/net/
H
A
D
tcp.h
1385
rx_opt->
dsack
= 0;
in tcp_sack_reset()
/kernel/linux/linux-6.6/include/net/
H
A
D
tcp.h
1411
rx_opt->
dsack
= 0;
in tcp_sack_reset()
Completed in 56 milliseconds