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:TCPOLEN_WINDOW
(Results
1 - 13
of
13
) sorted by relevance
/kernel/liteos_m/kal/libc/newlib/porting/include/netinet/
H
A
D
tcp.h
78
#define
TCPOLEN_WINDOW
3
macro
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H
A
D
xdp_synproxy_kern.c
35
#define
TCPOLEN_WINDOW
3
macro
238
if (*opsize ==
TCPOLEN_WINDOW
)
in tscookie_tcpopt_parse()
506
(
TCPOLEN_WINDOW
<< 8) |
in tcp_mkoptions()
/kernel/linux/linux-5.10/net/netfilter/
H
A
D
nf_synproxy_core.c
69
if (opsize ==
TCPOLEN_WINDOW
) {
in synproxy_parse_options()
148
(
TCPOLEN_WINDOW
<< 8) |
in synproxy_build_options()
H
A
D
nf_conntrack_proto_tcp.c
383
&& opsize ==
TCPOLEN_WINDOW
) {
in tcp_options()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H
A
D
gro.c
419
opt_window->len =
TCPOLEN_WINDOW
;
in tcp_write_options()
550
recompute_packet(extpkt2, buf,
TCPOLEN_WINDOW
+ 1);
in send_diff_opt()
/kernel/linux/linux-6.6/net/netfilter/
H
A
D
nf_synproxy_core.c
69
if (opsize ==
TCPOLEN_WINDOW
) {
in synproxy_parse_options()
148
(
TCPOLEN_WINDOW
<< 8) |
in synproxy_build_options()
H
A
D
nf_conntrack_proto_tcp.c
376
&& opsize ==
TCPOLEN_WINDOW
) {
in tcp_options()
/kernel/linux/linux-5.10/include/net/
H
A
D
tcp.h
208
#define
TCPOLEN_WINDOW
3
macro
/kernel/linux/linux-6.6/include/net/
H
A
D
tcp.h
204
#define
TCPOLEN_WINDOW
3
macro
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
tcp_output.c
653
(
TCPOLEN_WINDOW
<< 8) |
in tcp_options_write()
H
A
D
tcp_input.c
4072
if (opsize ==
TCPOLEN_WINDOW
&& th->syn &&
in tcp_parse_options()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
tcp_output.c
663
(
TCPOLEN_WINDOW
<< 8) |
in tcp_options_write()
H
A
D
tcp_input.c
4107
if (opsize ==
TCPOLEN_WINDOW
&& th->syn &&
in tcp_parse_options()
Completed in 49 milliseconds