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
defs:unix_sk
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H
A
D
test_skc_to_unix_sock.c
16
struct unix_sock *
unix_sk
;
in BPF_PROG()
local
H
A
D
bpf_iter_setsockopt_unix.c
16
static inline int cmpname(struct unix_sock *
unix_sk
)
in cmpname()
argument
31
struct unix_sock *
unix_sk
= ctx->
unix_sk
;
in change_sndbuf()
local
[all...]
H
A
D
bpf_iter_unix.c
27
struct unix_sock *
unix_sk
= ctx->
unix_sk
;
in dump_unix()
local
[all...]
H
A
D
bpf_iter.h
116
struct unix_sock *
unix_sk
;
member
/kernel/linux/linux-5.10/include/net/
H
A
D
af_unix.h
69
static inline struct unix_sock *
unix_sk
(const struct sock *sk)
in unix_sk()
function
/kernel/linux/linux-6.6/include/net/
H
A
D
af_unix.h
71
#define
unix_sk
(ptr) container_of_const(ptr, struct unix_sock, sk)
macro
/kernel/linux/linux-5.10/net/unix/
H
A
D
af_unix.c
1227
__releases(&
unix_sk
(other)->lock)
unix_sk()
function
[all...]
/kernel/linux/linux-6.6/net/unix/
H
A
D
af_unix.c
1452
__releases(&
unix_sk
(other)->lock)
unix_sk()
function
3327
unix_prog_seq_show(struct bpf_prog *prog, struct bpf_iter_meta *meta, struct unix_sock *
unix_sk
, uid_t uid)
unix_prog_seq_show()
argument
[all...]
Completed in 7 milliseconds