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:out_connect
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/net/ceph/
H
A
D
messenger_v1.c
335
con->v1.
out_connect
.authorizer_protocol = CEPH_AUTH_UNKNOWN;
in get_connect_authorizer()
336
con->v1.
out_connect
.authorizer_len = 0;
in get_connect_authorizer()
345
con->v1.
out_connect
.authorizer_protocol = cpu_to_le32(auth_proto);
in get_connect_authorizer()
346
con->v1.
out_connect
.authorizer_len =
in get_connect_authorizer()
366
con_out_kvec_add(con, sizeof(con->v1.
out_connect
),
in __prepare_write_connect()
367
&con->v1.
out_connect
);
in __prepare_write_connect()
399
con->v1.
out_connect
.features =
in prepare_write_connect()
401
con->v1.
out_connect
.host_type = cpu_to_le32(CEPH_ENTITY_TYPE_CLIENT);
in prepare_write_connect()
402
con->v1.
out_connect
.connect_seq = cpu_to_le32(con->v1.connect_seq);
in prepare_write_connect()
403
con->v1.
out_connect
in prepare_write_connect()
[all...]
/kernel/linux/linux-5.10/net/ceph/
H
A
D
messenger.c
1412
con->
out_connect
.authorizer_protocol = CEPH_AUTH_UNKNOWN;
in get_connect_authorizer()
1413
con->
out_connect
.authorizer_len = 0;
in get_connect_authorizer()
1422
con->
out_connect
.authorizer_protocol = cpu_to_le32(auth_proto);
in get_connect_authorizer()
1423
con->
out_connect
.authorizer_len = cpu_to_le32(auth->authorizer_buf_len);
in get_connect_authorizer()
1442
con_out_kvec_add(con, sizeof(con->
out_connect
), &con->
out_connect
);
in __prepare_write_connect()
1474
con->
out_connect
.features =
in prepare_write_connect()
1476
con->
out_connect
.host_type = cpu_to_le32(CEPH_ENTITY_TYPE_CLIENT);
in prepare_write_connect()
1477
con->
out_connect
.connect_seq = cpu_to_le32(con->connect_seq);
in prepare_write_connect()
1478
con->
out_connect
in prepare_write_connect()
[all...]
/kernel/linux/linux-5.10/include/linux/ceph/
H
A
D
messenger.h
291
struct ceph_msg_connect
out_connect
;
member
/kernel/linux/linux-6.6/include/linux/ceph/
H
A
D
messenger.h
340
struct ceph_msg_connect
out_connect
;
member
/kernel/linux/linux-5.10/fs/dlm/
H
A
D
lowcomms.c
1418
goto
out_connect
;
in send_to_sock()
1474
out_connect
:
in send_to_sock()
Completed in 9 milliseconds