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:BPF_LDST_BYTES
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/bpf/
H
A
D
jit.c
4094
prev_size =
BPF_LDST_BYTES
(prev_ld);
in curr_pair_chain_with_previous()
4095
curr_size =
BPF_LDST_BYTES
(ld);
in curr_pair_chain_with_previous()
4236
BPF_LDST_BYTES
(ld);
in nfp_bpf_opt_ldst_gather()
4261
head_ld_meta->ldst_gather_len +=
BPF_LDST_BYTES
(ld);
in nfp_bpf_opt_ldst_gather()
4334
end = off +
BPF_LDST_BYTES
(insn);
in nfp_bpf_opt_pkt_cache()
4360
range_end = insn->off +
BPF_LDST_BYTES
(insn);
in nfp_bpf_opt_pkt_cache()
H
A
D
verifier.c
432
size =
BPF_LDST_BYTES
(&meta->insn);
in nfp_bpf_map_mark_used()
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/bpf/
H
A
D
jit.c
4100
prev_size =
BPF_LDST_BYTES
(prev_ld);
in curr_pair_chain_with_previous()
4101
curr_size =
BPF_LDST_BYTES
(ld);
in curr_pair_chain_with_previous()
4242
BPF_LDST_BYTES
(ld);
in nfp_bpf_opt_ldst_gather()
4267
head_ld_meta->ldst_gather_len +=
BPF_LDST_BYTES
(ld);
in nfp_bpf_opt_ldst_gather()
4340
end = off +
BPF_LDST_BYTES
(insn);
in nfp_bpf_opt_pkt_cache()
4366
range_end = insn->off +
BPF_LDST_BYTES
(insn);
in nfp_bpf_opt_pkt_cache()
H
A
D
verifier.c
432
size =
BPF_LDST_BYTES
(&meta->insn);
in nfp_bpf_map_mark_used()
/kernel/linux/linux-5.10/include/linux/
H
A
D
filter.h
444
#define
BPF_LDST_BYTES
(insn) \
macro
/kernel/linux/linux-6.6/include/linux/
H
A
D
filter.h
469
#define
BPF_LDST_BYTES
(insn) \
macro
/kernel/linux/linux-5.10/kernel/bpf/
H
A
D
verifier.c
11305
size =
BPF_LDST_BYTES
(insn);
in convert_ctx_accesses()
/kernel/linux/linux-5.10/net/core/
H
A
D
filter.c
9149
port_size = min(port_size,
BPF_LDST_BYTES
(si));
in sock_addr_convert_ctx_access()
/kernel/linux/linux-6.6/net/core/
H
A
D
filter.c
10173
port_size = min(port_size,
BPF_LDST_BYTES
(si));
in sock_addr_convert_ctx_access()
/kernel/linux/linux-6.6/kernel/bpf/
H
A
D
verifier.c
18354
size =
BPF_LDST_BYTES
(insn);
in convert_ctx_accesses()
Completed in 78 milliseconds