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:socks
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H
A
D
bpf_iter_sockmap.c
33
__u32
socks
= 0;
variable
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H
A
D
bpf_iter_sockmap.c
33
__u32
socks
= 0;
variable
/kernel/linux/linux-5.10/include/net/
H
A
D
sock_reuseport.h
27
struct sock *
socks
[]; /* array of sock pointers */
member
H
A
D
sock.h
1283
atomic_t
socks
;
member
/kernel/linux/linux-6.6/include/net/
H
A
D
sock_reuseport.h
29
struct sock *
socks
[]; /* array of sock pointers */
member
/kernel/linux/linux-5.10/kernel/bpf/
H
A
D
reuseport_array.c
28
struct sock __rcu **
socks
;
in bpf_sk_reuseport_detach()
local
/kernel/linux/linux-5.10/net/core/
H
A
D
sock_reuseport.c
233
static struct sock *run_bpf_filter(struct sock_reuseport *reuse, u16
socks
,
in run_bpf_filter()
argument
281
u16
socks
;
reuseport_select_sock()
local
[all...]
/kernel/linux/linux-6.6/kernel/bpf/
H
A
D
reuseport_array.c
24
struct sock __rcu **
socks
;
in bpf_sk_reuseport_detach()
local
/kernel/linux/linux-6.6/net/core/
H
A
D
sock_reuseport.c
498
run_bpf_filter(struct sock_reuseport *reuse, u16
socks
, struct bpf_prog *prog, struct sk_buff *skb, int hdr_len)
run_bpf_filter()
argument
577
u16
socks
;
reuseport_select_sock()
local
629
u16
socks
;
reuseport_migrate_sock()
local
[all...]
/kernel/linux/linux-5.10/drivers/block/
H
A
D
nbd.c
91
struct nbd_sock **
socks
;
member
1090
struct nbd_sock **
socks
;
nbd_add_socket()
local
2076
struct nlattr *
socks
[NBD_SOCK_MAX+1];
nbd_genl_connect()
local
2263
struct nlattr *
socks
[NBD_SOCK_MAX+1];
nbd_genl_reconfigure()
local
[all...]
/kernel/linux/linux-6.6/drivers/block/
H
A
D
nbd.c
96
struct nbd_sock **
socks
;
member
1131
struct nbd_sock **
socks
;
nbd_add_socket()
local
2084
struct nlattr *
socks
[NBD_SOCK_MAX+1];
nbd_genl_connect()
local
2296
struct nlattr *
socks
[NBD_SOCK_MAX+1];
nbd_genl_reconfigure()
local
[all...]
Completed in 14 milliseconds