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:prog_type
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H
A
D
syscall.c
1857
"
prog_type
:\t%u\n"
in bpf_prog_show_fdinfo()
2002
if (attr->
prog_type
== BPF_PROG_TYPE_CGROUP_SOCK) {
in bpf_prog_load_fixup_attach_type()
2012
static int bpf_prog_load_check_attach(enum bpf_prog_type
prog_type
, enum bpf_attach_type expected_attach_type,
in bpf_prog_load_check_attach()
argument
2020
switch (
prog_type
) {
in bpf_prog_load_check_attach()
2031
if (prog_fd &&
prog_type
!= BPF_PROG_TYPE_TRACING &&
prog_type
!= BPF_PROG_TYPE_EXT) {
in bpf_prog_load_check_attach()
2035
switch (
prog_type
) {
in bpf_prog_load_check_attach()
2095
static bool is_net_admin_prog_type(enum bpf_prog_type
prog_type
)
in is_net_admin_prog_type()
argument
2097
switch (
prog_type
) {
in is_net_admin_prog_type()
2126
static bool is_perfmon_prog_type(enum bpf_prog_type
prog_type
)
in is_perfmon_prog_type()
argument
[all...]
H
A
D
verifier.c
2901
enum bpf_prog_type
prog_type
= resolve_prog_type(env->prog);
in may_access_direct_pkt_data()
local
2903
switch (
prog_type
) {
in may_access_direct_pkt_data()
8166
enum bpf_prog_type
prog_type
= resolve_prog_type(env->prog);
in check_return_code()
local
8171
if (!is_subprog && (
prog_type
== BPF_PROG_TYPE_STRUCT_OPS ||
prog_type
== BPF_PROG_TYPE_LSM) &&
in check_return_code()
8202
switch (
prog_type
) {
in check_return_code()
10074
enum bpf_prog_type
prog_type
= resolve_prog_type(prog);
in check_map_prog_compatibility()
local
10092
if (is_tracing_prog_type(
prog_type
) && !is_preallocated_map(map)) {
in check_map_prog_compatibility()
10093
if (
prog_type
== BPF_PROG_TYPE_PERF_EVENT) {
in check_map_prog_compatibility()
10107
if ((is_tracing_prog_type(
prog_type
) || prog_typ
in check_map_prog_compatibility()
[all...]
Completed in 19 milliseconds