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:sk_bpf_storage
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/net/core/
H
A
D
bpf_sk_storage.c
24
sk_storage = rcu_dereference(sk->
sk_bpf_storage
);
in sk_storage_lookup()
54
sk_storage = rcu_dereference(sk->
sk_bpf_storage
);
in bpf_sk_storage_free()
193
RCU_INIT_POINTER(newsk->
sk_bpf_storage
, NULL);
in bpf_sk_storage_clone()
196
sk_storage = rcu_dereference(sk->
sk_bpf_storage
);
in bpf_sk_storage_clone()
333
return &sk->
sk_bpf_storage
;
in sk_storage_ptr()
546
sk_storage = rcu_dereference(sk->
sk_bpf_storage
);
in bpf_sk_storage_diag_put_all()
607
sk_storage = rcu_dereference(sk->
sk_bpf_storage
);
in bpf_sk_storage_diag_put()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H
A
D
local_storage.c
175
if (!sock->sk->
sk_bpf_storage
|| sock->sk->
sk_bpf_storage
->smap)
in BPF_PROG()
H
A
D
sk_storage_omem_uncharge.c
55
local_storage_ptr = sk->
sk_bpf_storage
;
in BPF_PROG()
/kernel/linux/linux-6.6/net/core/
H
A
D
bpf_sk_storage.c
27
rcu_dereference_check(sk->
sk_bpf_storage
, bpf_rcu_lock_held());
in bpf_sk_storage_lookup()
54
sk_storage = rcu_dereference(sk->
sk_bpf_storage
);
in bpf_sk_storage_free()
161
RCU_INIT_POINTER(newsk->
sk_bpf_storage
, NULL);
in bpf_sk_storage_clone()
164
sk_storage = rcu_dereference(sk->
sk_bpf_storage
);
in bpf_sk_storage_clone()
304
return &sk->
sk_bpf_storage
;
in bpf_sk_storage_ptr()
595
sk_storage = rcu_dereference(sk->
sk_bpf_storage
);
in bpf_sk_storage_diag_put_all()
656
sk_storage = rcu_dereference(sk->
sk_bpf_storage
);
in bpf_sk_storage_diag_put()
/kernel/linux/linux-5.10/include/net/
H
A
D
sock.h
346
* @
sk_bpf_storage
: ptr to cache and control for bpf_sk_storage
529
struct bpf_local_storage __rcu *
sk_bpf_storage
;
member
/kernel/linux/linux-6.6/include/net/
H
A
D
sock.h
348
* @
sk_bpf_storage
: ptr to cache and control for bpf_sk_storage
543
struct bpf_local_storage __rcu *
sk_bpf_storage
;
member
Completed in 13 milliseconds