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:exprm
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H
A
D
test_tcp_hdr_options.c
89
struct tcp_exprm_opt
exprm
;
in store_option()
member
95
write_opt.
exprm
.kind = TCPOPT_EXP;
in store_option()
96
write_opt.
exprm
.len = option_total_len(test_opt->flags);
in store_option()
97
write_opt.
exprm
.magic = __bpf_htons(test_magic);
in store_option()
98
write_opt.
exprm
.data32 = 0;
in store_option()
99
write_test_option(test_opt, write_opt.
exprm
.data);
in store_option()
100
err = bpf_store_hdr_opt(skops, &write_opt.
exprm
,
in store_option()
101
sizeof(write_opt.
exprm
), 0);
in store_option()
134
struct tcp_exprm_opt
exprm
;
in load_option()
member
140
search_opt.
exprm
in load_option()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H
A
D
test_tcp_hdr_options.c
89
struct tcp_exprm_opt
exprm
;
in store_option()
member
95
write_opt.
exprm
.kind = TCPOPT_EXP;
in store_option()
96
write_opt.
exprm
.len = option_total_len(test_opt->flags);
in store_option()
97
write_opt.
exprm
.magic = __bpf_htons(test_magic);
in store_option()
98
write_opt.
exprm
.data32 = 0;
in store_option()
99
write_test_option(test_opt, write_opt.
exprm
.data);
in store_option()
100
err = bpf_store_hdr_opt(skops, &write_opt.
exprm
,
in store_option()
101
sizeof(write_opt.
exprm
), 0);
in store_option()
134
struct tcp_exprm_opt
exprm
;
in load_option()
member
140
search_opt.
exprm
in load_option()
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H
A
D
tcp_hdr_options.c
447
static void __simple_estab(bool
exprm
)
in __simple_estab()
argument
465
if (!
exprm
) {
in __simple_estab()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H
A
D
tcp_hdr_options.c
408
static void __simple_estab(bool
exprm
)
in __simple_estab()
argument
426
if (!
exprm
) {
in __simple_estab()
Completed in 4 milliseconds