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:num_socks
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/net/core/
H
A
D
sock_reuseport.c
92
reuse->
num_socks
= 1;
in reuseport_alloc()
116
more_reuse->
num_socks
= reuse->
num_socks
;
in reuseport_grow()
123
reuse->
num_socks
* sizeof(struct sock *));
in reuseport_grow()
126
for (i = 0; i < reuse->
num_socks
; ++i)
in reuseport_grow()
172
if (old_reuse && old_reuse->
num_socks
!= 1) {
in reuseport_add_sock()
177
if (reuse->
num_socks
== reuse->max_socks) {
in reuseport_add_sock()
185
reuse->socks[reuse->
num_socks
] = sk;
in reuseport_add_sock()
188
reuse->
num_socks
++;
in reuseport_add_sock()
220
for (i = 0; i < reuse->
num_socks
;
in reuseport_detach_sock()
[all...]
/kernel/linux/linux-6.6/net/core/
H
A
D
sock_reuseport.c
112
right = reuse->
num_socks
;
in reuseport_sock_index()
127
reuse->socks[reuse->
num_socks
] = sk;
in __reuseport_add_sock()
130
reuse->
num_socks
++;
in __reuseport_add_sock()
142
reuse->socks[i] = reuse->socks[reuse->
num_socks
- 1];
in __reuseport_detach_sock()
143
reuse->
num_socks
--;
in __reuseport_detach_sock()
236
reuse->
num_socks
= 1;
in reuseport_alloc()
275
more_reuse->
num_socks
= reuse->
num_socks
;
in reuseport_grow()
284
reuse->
num_socks
* sizeof(struct sock *));
in reuseport_grow()
345
if (old_reuse && old_reuse->
num_socks
!
in reuseport_add_sock()
528
reuseport_select_sock_by_hash(struct sock_reuseport *reuse, u32 hash, u16
num_socks
)
reuseport_select_sock_by_hash()
argument
[all...]
/kernel/linux/linux-5.10/samples/bpf/
H
A
D
xdpsock_user.c
154
static int
num_socks
;
variable
221
for (i = 0; i <
num_socks
&& xsks[i]; i++) {
in dump_app_stats()
329
for (i = 0; i <
num_socks
&& xsks[i]; i++) {
in dump_driver_stats()
358
for (i = 0; i <
num_socks
&& xsks[i]; i++) {
in dump_stats()
487
for (i = 0; i <
num_socks
; i++)
in xdpsock_cleanup()
1137
ret = poll(fds,
num_socks
, opt_timeout);
in complete_tx_l2fwd()
1185
ret = poll(fds,
num_socks
, opt_timeout);
in rx_drop()
1196
ret = poll(fds,
num_socks
, opt_timeout);
in rx_drop()
1223
for (i = 0; i <
num_socks
; i++) {
in rx_drop_all()
1230
for (i = 0; i <
num_socks
;
in rx_drop_all()
[all...]
/kernel/linux/linux-5.10/include/net/
H
A
D
sock_reuseport.h
17
u16
num_socks
; /* elements in socks */
member
/kernel/linux/linux-6.6/include/net/
H
A
D
sock_reuseport.h
17
u16
num_socks
; /* elements in socks */
member
Completed in 6 milliseconds