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:reuseport_id
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/net/core/
H
A
D
sock_reuseport.c
90
reuse->
reuseport_id
= id;
in reuseport_alloc()
118
more_reuse->
reuseport_id
= reuse->
reuseport_id
;
in reuseport_grow()
144
ida_free(&reuseport_ida, reuse->
reuseport_id
);
in reuseport_free_rcu()
H
A
D
filter.c
10029
reuse_kern->
reuseport_id
= reuse->
reuseport_id
;
in bpf_init_reuseport_kern()
10076
if (unlikely(reuse->
reuseport_id
!= reuse_kern->
reuseport_id
)) {
in BPF_CALL_4()
/kernel/linux/linux-6.6/net/core/
H
A
D
sock_reuseport.c
233
reuse->
reuseport_id
= id;
in reuseport_alloc()
278
more_reuse->
reuseport_id
= reuse->
reuseport_id
;
in reuseport_grow()
309
ida_free(&reuseport_ida, reuse->
reuseport_id
);
in reuseport_free_rcu()
400
reuse->
reuseport_id
= id;
in reuseport_resurrect()
H
A
D
filter.c
11115
reuse_kern->
reuseport_id
= reuse->
reuseport_id
;
in bpf_init_reuseport_kern()
11163
if (unlikely(reuse->
reuseport_id
!= reuse_kern->
reuseport_id
)) {
in BPF_CALL_4()
/kernel/linux/linux-5.10/include/net/
H
A
D
sock_reuseport.h
23
unsigned int
reuseport_id
;
member
/kernel/linux/linux-6.6/include/net/
H
A
D
sock_reuseport.h
25
unsigned int
reuseport_id
;
member
/kernel/linux/linux-5.10/include/linux/
H
A
D
bpf.h
2048
u32
reuseport_id
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
bpf.h
3094
u32
reuseport_id
;
member
Completed in 34 milliseconds