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:TCPOPT_SACK
(Results
1 - 13
of
13
) sorted by relevance
/kernel/liteos_m/kal/libc/newlib/porting/include/netinet/
H
A
D
tcp.h
75
#define
TCPOPT_SACK
5
macro
/kernel/linux/linux-5.10/net/netfilter/
H
A
D
nf_conntrack_seqadj.c
151
if (op[0] ==
TCPOPT_SACK
&&
in nf_ct_sack_adjust()
H
A
D
nf_conntrack_proto_tcp.c
440
if (opcode ==
TCPOPT_SACK
in tcp_sack()
/kernel/linux/linux-6.6/net/netfilter/
H
A
D
nf_conntrack_seqadj.c
151
if (op[0] ==
TCPOPT_SACK
&&
in nf_ct_sack_adjust()
H
A
D
nf_conntrack_proto_tcp.c
434
if (opcode ==
TCPOPT_SACK
in tcp_sack()
/kernel/linux/linux-5.10/net/sched/
H
A
D
sch_cake.c
1004
sack_a = cake_get_tcpopt(tcph_a,
TCPOPT_SACK
, &oplen_a);
in cake_tcph_sack_compare()
1005
sack_b = cake_get_tcpopt(tcph_b,
TCPOPT_SACK
, &oplen_b);
in cake_tcph_sack_compare()
1119
case
TCPOPT_SACK
: /* stricter checking performed later */
in cake_tcph_may_drop()
/kernel/linux/linux-6.6/net/sched/
H
A
D
sch_cake.c
1005
sack_a = cake_get_tcpopt(tcph_a,
TCPOPT_SACK
, &oplen_a);
in cake_tcph_sack_compare()
1006
sack_b = cake_get_tcpopt(tcph_b,
TCPOPT_SACK
, &oplen_b);
in cake_tcph_sack_compare()
1120
case
TCPOPT_SACK
: /* stricter checking performed later */
in cake_tcph_may_drop()
/kernel/linux/linux-5.10/include/net/
H
A
D
tcp.h
191
#define
TCPOPT_SACK
5 /* SACK Block */
macro
/kernel/linux/linux-6.6/include/net/
H
A
D
tcp.h
187
#define
TCPOPT_SACK
5 /* SACK Block */
macro
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
tcp_output.c
664
(
TCPOPT_SACK
<< 8) |
in tcp_options_write()
H
A
D
tcp_input.c
4103
case
TCPOPT_SACK
:
in tcp_parse_options()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
tcp_output.c
674
(
TCPOPT_SACK
<< 8) |
in tcp_options_write()
H
A
D
tcp_input.c
4138
case
TCPOPT_SACK
:
in tcp_parse_options()
Completed in 68 milliseconds