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:tcpStatus
(Results
1 - 23
of
23
) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
connect.c
143
* Update the
tcpStatus
for the server.
165
if (server->
tcpStatus
!= CifsExiting)
in cifs_signal_cifsd_for_reconnect()
166
server->
tcpStatus
= CifsNeedReconnect;
in cifs_signal_cifsd_for_reconnect()
179
if (ses->chans[i].server->
tcpStatus
!= CifsExiting)
in cifs_signal_cifsd_for_reconnect()
180
ses->chans[i].server->
tcpStatus
= CifsNeedReconnect;
in cifs_signal_cifsd_for_reconnect()
346
if (server->
tcpStatus
== CifsExiting) {
in cifs_tcp_ses_needs_reconnect()
356
server->
tcpStatus
= CifsNeedReconnect;
in cifs_tcp_ses_needs_reconnect()
409
if (server->
tcpStatus
!= CifsExiting)
in __cifs_reconnect()
410
server->
tcpStatus
= CifsNeedNegotiate;
in __cifs_reconnect()
416
} while (server->
tcpStatus
in __cifs_reconnect()
[all...]
H
A
D
smb2transport.c
777
if (server->
tcpStatus
== CifsExiting) {
in smb2_get_mid_entry()
782
if (server->
tcpStatus
== CifsNeedReconnect) {
in smb2_get_mid_entry()
788
if (server->
tcpStatus
== CifsNeedNegotiate &&
in smb2_get_mid_entry()
886
if (server->
tcpStatus
== CifsNeedNegotiate &&
in smb2_setup_async_request()
H
A
D
transport.c
534
if (server->
tcpStatus
== CifsExiting) {
in wait_for_free_credits()
1091
if (server->
tcpStatus
== CifsExiting) {
in compound_send_recv()
1372
if (server->
tcpStatus
== CifsExiting) {
in SendReceive()
1516
if (server->
tcpStatus
== CifsExiting) {
in SendReceiveBlockingLock()
1573
((server->
tcpStatus
!= CifsGood) &&
in SendReceiveBlockingLock()
1574
(server->
tcpStatus
!= CifsNew)));
in SendReceiveBlockingLock()
1581
((server->
tcpStatus
== CifsGood) ||
in SendReceiveBlockingLock()
1582
(server->
tcpStatus
== CifsNew))) {
in SendReceiveBlockingLock()
H
A
D
misc.c
1324
if (server->
tcpStatus
!= CifsNeedReconnect) {
in cifs_wait_for_server_reconnect()
1341
(server->
tcpStatus
!= CifsNeedReconnect),
in cifs_wait_for_server_reconnect()
1351
if (server->
tcpStatus
!= CifsNeedReconnect) {
in cifs_wait_for_server_reconnect()
H
A
D
cifs_debug.c
156
server->
tcpStatus
,
in cifs_dump_channel()
443
server->
tcpStatus
,
in cifs_debug_data_proc_show()
H
A
D
cifsencrypt.c
271
server->
tcpStatus
== CifsNeedNegotiate) {
in cifs_sign_rqst()
H
A
D
smb2ops.c
138
if (server->
tcpStatus
== CifsNeedReconnect
in smb2_add_credits()
139
|| server->
tcpStatus
== CifsExiting) {
in smb2_add_credits()
230
if (server->
tcpStatus
== CifsExiting) {
in smb2_wait_mtu_credits()
4810
if (dw->server->
tcpStatus
== CifsNeedReconnect) {
in smb2_decrypt_offload()
H
A
D
smb1ops.c
1031
if (server->
tcpStatus
== CifsGood)
in cifs_can_echo()
H
A
D
smb2pdu.c
260
if (server->
tcpStatus
== CifsNeedReconnect) {
in smb2_reconnect()
307
if (server->
tcpStatus
== CifsExiting) {
in smb2_reconnect()
317
* and
tcpStatus
set to reconnect.
in smb2_reconnect()
319
if (server->
tcpStatus
== CifsNeedReconnect) {
in smb2_reconnect()
H
A
D
cifsglob.h
659
/* updates to
tcpStatus
protected by cifs_tcp_ses_lock */
660
enum statusEnum
tcpStatus
; /* what we think the status is */
member
H
A
D
cifssmb.c
118
* and
tcpStatus
set to reconnect.
in cifs_reconnect_tcon()
121
if (server->
tcpStatus
== CifsNeedReconnect) {
in cifs_reconnect_tcon()
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
transport.c
446
server->
tcpStatus
= CifsNeedReconnect;
in __smb_send_rqst()
576
if (server->
tcpStatus
== CifsExiting) {
in wait_for_free_credits()
698
if (ses->server->
tcpStatus
== CifsExiting) {
in allocate_mid()
702
if (ses->server->
tcpStatus
== CifsNeedReconnect) {
in allocate_mid()
1054
if (server->
tcpStatus
== CifsExiting)
in compound_send_recv()
1321
if (server->
tcpStatus
== CifsExiting)
in SendReceive()
1460
if (server->
tcpStatus
== CifsExiting)
in SendReceiveBlockingLock()
1513
((server->
tcpStatus
!= CifsGood) &&
in SendReceiveBlockingLock()
1514
(server->
tcpStatus
!= CifsNew)));
in SendReceiveBlockingLock()
1519
((server->
tcpStatus
in SendReceiveBlockingLock()
[all...]
H
A
D
smb2transport.c
630
if (server->
tcpStatus
== CifsNeedNegotiate)
in smb2_sign_rqst()
746
if (server->
tcpStatus
== CifsExiting)
in smb2_get_mid_entry()
749
if (server->
tcpStatus
== CifsNeedReconnect) {
in smb2_get_mid_entry()
754
if (server->
tcpStatus
== CifsNeedNegotiate &&
in smb2_get_mid_entry()
842
if (server->
tcpStatus
== CifsNeedNegotiate &&
in smb2_setup_async_request()
H
A
D
connect.c
432
if (server->
tcpStatus
== CifsExiting) {
in cifs_reconnect()
443
server->
tcpStatus
= CifsNeedReconnect;
in cifs_reconnect()
546
if (server->
tcpStatus
!= CifsExiting)
in cifs_reconnect()
547
server->
tcpStatus
= CifsNeedNegotiate;
in cifs_reconnect()
551
} while (server->
tcpStatus
== CifsNeedReconnect);
in cifs_reconnect()
572
if (server->
tcpStatus
== CifsNeedNegotiate)
in cifs_reconnect()
591
if (server->
tcpStatus
== CifsNeedNegotiate)
in cifs_echo_request()
601
if (server->
tcpStatus
== CifsNeedReconnect ||
in cifs_echo_request()
602
server->
tcpStatus
== CifsExiting ||
in cifs_echo_request()
603
server->
tcpStatus
in cifs_echo_request()
[all...]
H
A
D
cifs_debug.c
136
server->
tcpStatus
,
in cifs_dump_channel()
386
server->
tcpStatus
,
in cifs_debug_data_proc_show()
H
A
D
smb1ops.c
217
server->
tcpStatus
= CifsNeedReconnect;
in cifs_get_next_mid()
1020
if (server->
tcpStatus
== CifsGood)
in cifs_can_echo()
H
A
D
netmisc.c
901
if (mid->server->
tcpStatus
!= CifsExiting)
in map_and_check_smb_error()
902
mid->server->
tcpStatus
= CifsNeedReconnect;
in map_and_check_smb_error()
H
A
D
cifsencrypt.c
158
server->
tcpStatus
== CifsNeedNegotiate)
in cifs_sign_rqst()
H
A
D
smb2pdu.c
201
while (server->
tcpStatus
== CifsNeedReconnect) {
in smb2_reconnect()
218
(server->
tcpStatus
!= CifsNeedReconnect),
in smb2_reconnect()
227
if (server->
tcpStatus
!= CifsNeedReconnect)
in smb2_reconnect()
259
* and
tcpStatus
set to reconnect.
in smb2_reconnect()
261
if (server->
tcpStatus
== CifsNeedReconnect) {
in smb2_reconnect()
3724
if (server->
tcpStatus
== CifsNeedNegotiate) {
in SMB2_echo()
H
A
D
smb2ops.c
106
if (server->
tcpStatus
== CifsNeedReconnect
in smb2_add_credits()
107
|| server->
tcpStatus
== CifsExiting)
in smb2_add_credits()
181
if (server->
tcpStatus
== CifsExiting) {
in smb2_wait_mtu_credits()
4758
if (dw->server->
tcpStatus
== CifsNeedReconnect) {
in smb2_decrypt_offload()
H
A
D
dfs_cache.c
1458
if (server->
tcpStatus
!= CifsGood) {
in get_tcp_server()
1618
* Find SMB volumes that are eligible (server->
tcpStatus
== CifsGood)
in refresh_cache_worker()
H
A
D
cifsglob.h
679
enum statusEnum
tcpStatus
; /* what we think the status is */
member
H
A
D
cifssmb.c
169
while (server->
tcpStatus
== CifsNeedReconnect) {
in cifs_reconnect_tcon()
171
(server->
tcpStatus
!= CifsNeedReconnect),
in cifs_reconnect_tcon()
180
if (server->
tcpStatus
!= CifsNeedReconnect)
in cifs_reconnect_tcon()
212
* and
tcpStatus
set to reconnect.
in cifs_reconnect_tcon()
214
if (server->
tcpStatus
== CifsNeedReconnect) {
in cifs_reconnect_tcon()
Completed in 75 milliseconds