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:link_update
(Results
1 - 1
of
1
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H
A
D
syscall.c
4175
#define BPF_LINK_UPDATE_LAST_FIELD
link_update
.old_prog_fd
4177
static int
link_update
(union bpf_attr *attr)
in link_update()
function
4188
flags = attr->
link_update
.flags;
in link_update()
4193
link = bpf_link_get_from_fd(attr->
link_update
.link_fd);
in link_update()
4198
new_prog = bpf_prog_get(attr->
link_update
.new_prog_fd);
in link_update()
4205
old_prog = bpf_prog_get(attr->
link_update
.old_prog_fd);
in link_update()
4211
} else if (attr->
link_update
.old_prog_fd) {
in link_update()
4579
err =
link_update
(&attr);
in SYSCALL_DEFINE3()
Completed in 6 milliseconds