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:attach_type
(Results
1 - 1
of
1
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H
A
D
syscall.c
1940
bool bpf_prog_get_ok(struct bpf_prog *prog, enum bpf_prog_type *
attach_type
, bool attach_drv)
in bpf_prog_get_ok()
argument
1943
if (!
attach_type
) {
in bpf_prog_get_ok()
1947
if (prog->type != *
attach_type
) {
in bpf_prog_get_ok()
1957
static struct bpf_prog *_bpf_prog_get(u32 ufd, enum bpf_prog_type *
attach_type
, bool attach_drv)
in _bpf_prog_get()
argument
1966
if (!bpf_prog_get_ok(prog,
attach_type
, attach_drv)) {
in _bpf_prog_get()
2558
enum bpf_attach_type
attach_type
;
member
2588
seq_printf(seq, "
attach_type
:\t%d\n", tr_link->
attach_type
);
in bpf_tracing_link_show_fdinfo()
2595
info->tracing.
attach_type
= tr_link->
attach_type
;
in bpf_tracing_link_fill_link_info()
2932
bpf_prog_attach_check_
attach_type
(const struct bpf_prog *prog, enum bpf_
attach_type
attach_type
)
bpf_prog_attach_check_attach_type()
argument
2953
attach_type
_to_prog_type(enum bpf_
attach_type
attach_type
)
attach_type_to_prog_type()
argument
[all...]
Completed in 5 milliseconds