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_EOL
(Results
1 - 25
of
26
) sorted by relevance
1
2
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H
A
D
parse_tcp_hdr_opt.c
23
0, 6, 0xBB, 0xBB, 0xBB, 0xBB,
TCPOPT_EOL
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H
A
D
test_parse_tcp_hdr_opt.c
48
if (kind ==
TCPOPT_EOL
)
in parse_hdr_opt()
H
A
D
test_parse_tcp_hdr_opt_dynptr.c
45
if (kind ==
TCPOPT_EOL
)
in parse_hdr_opt()
H
A
D
xdp_synproxy_kern.c
28
#define
TCPOPT_EOL
0
macro
224
if (*opcode ==
TCPOPT_EOL
)
in tscookie_tcpopt_parse()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H
A
D
test_tcp_hdr_options.h
51
#define
TCPOPT_EOL
0
macro
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H
A
D
test_tcp_hdr_options.h
51
#define
TCPOPT_EOL
0
macro
/kernel/liteos_m/kal/libc/newlib/porting/include/netinet/
H
A
D
tcp.h
70
#define
TCPOPT_EOL
0
macro
/kernel/linux/linux-5.10/net/netfilter/
H
A
D
nf_conntrack_seqadj.c
140
case
TCPOPT_EOL
:
in nf_ct_sack_adjust()
H
A
D
nf_conntrack_proto_tcp.c
365
case
TCPOPT_EOL
:
in tcp_options()
426
case
TCPOPT_EOL
:
in tcp_sack()
H
A
D
nf_synproxy_core.c
47
case
TCPOPT_EOL
:
in synproxy_parse_options()
206
case
TCPOPT_EOL
:
in synproxy_tstamp_adjust()
/kernel/linux/linux-6.6/net/netfilter/
H
A
D
nf_conntrack_seqadj.c
140
case
TCPOPT_EOL
:
in nf_ct_sack_adjust()
H
A
D
nf_synproxy_core.c
47
case
TCPOPT_EOL
:
in synproxy_parse_options()
206
case
TCPOPT_EOL
:
in synproxy_tstamp_adjust()
H
A
D
nf_conntrack_proto_tcp.c
358
case
TCPOPT_EOL
:
in tcp_options()
420
case
TCPOPT_EOL
:
in tcp_sack()
/kernel/linux/linux-5.10/net/mptcp/
H
A
D
options.c
312
case
TCPOPT_EOL
:
in mptcp_get_options()
/kernel/linux/linux-5.10/net/sched/
H
A
D
sch_cake.c
964
if (opcode ==
TCPOPT_EOL
)
in cake_get_tcpopt()
1103
if (opcode ==
TCPOPT_EOL
)
in cake_tcph_may_drop()
/kernel/linux/linux-6.6/net/sched/
H
A
D
sch_cake.c
965
if (opcode ==
TCPOPT_EOL
)
in cake_get_tcpopt()
1104
if (opcode ==
TCPOPT_EOL
)
in cake_tcph_may_drop()
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H
A
D
tcp_nip_input.c
909
case
TCPOPT_EOL
:
in tcp_nip_parse_options()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
H
A
D
chcr_ktls.c
967
if (opt ==
TCPOPT_EOL
)
in chcr_ktls_check_tcp_options()
/kernel/linux/linux-5.10/include/net/
H
A
D
tcp.h
187
#define
TCPOPT_EOL
0 /* End of options */
macro
/kernel/linux/linux-6.6/include/net/
H
A
D
tcp.h
183
#define
TCPOPT_EOL
0 /* End of options */
macro
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
H
A
D
chcr_ktls.c
961
if (opt ==
TCPOPT_EOL
)
in chcr_ktls_check_tcp_options()
/kernel/linux/linux-6.6/net/mptcp/
H
A
D
options.c
383
case
TCPOPT_EOL
:
in mptcp_get_options()
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
tcp_input.c
3995
case
TCPOPT_EOL
:
in tcp_parse_mss_option()
4046
case
TCPOPT_EOL
:
in tcp_parse_options()
4213
case
TCPOPT_EOL
:
in tcp_parse_md5sig_option()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
tcp_input.c
4029
case
TCPOPT_EOL
:
in tcp_parse_mss_option()
4081
case
TCPOPT_EOL
:
in tcp_parse_options()
4247
case
TCPOPT_EOL
:
in tcp_parse_md5sig_option()
/kernel/linux/linux-5.10/net/core/
H
A
D
filter.c
6780
if (kind ==
TCPOPT_EOL
) {
in bpf_search_tcp_opt()
6822
*
TCPOPT_EOL
which are useless for the bpf prog to learn
in BPF_CALL_4()
6832
search_kind ==
TCPOPT_EOL
)
in BPF_CALL_4()
6910
new_kind ==
TCPOPT_EOL
)
in BPF_CALL_4()
Completed in 64 milliseconds
1
2