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:smb_buf
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
sess.c
866
struct smb_hdr *
smb_buf
;
in sess_alloc_buffer()
local
869
(void **)&
smb_buf
);
in sess_alloc_buffer()
874
sess_data->iov[0].iov_base = (char *)
smb_buf
;
in sess_alloc_buffer()
875
sess_data->iov[0].iov_len = be32_to_cpu(
smb_buf
->smb_buf_length) + 4;
in sess_alloc_buffer()
892
cifs_small_buf_release(
smb_buf
);
in sess_alloc_buffer()
944
struct smb_hdr *
smb_buf
= (struct smb_hdr *) sess_data->iov[0].iov_base;
in sess_sendreceive()
local
949
be32_add_cpu(&
smb_buf
->smb_buf_length, count);
in sess_sendreceive()
950
put_bcc(count,
smb_buf
);
in sess_sendreceive()
974
struct smb_hdr *
smb_buf
;
in sess_auth_lanman()
local
1033
smb_buf
in sess_auth_lanman()
1080
struct smb_hdr *
smb_buf
;
sess_auth_ntlm()
local
1190
struct smb_hdr *
smb_buf
;
sess_auth_ntlmv2()
local
1299
struct smb_hdr *
smb_buf
;
sess_auth_kerberos()
local
1479
struct smb_hdr *
smb_buf
;
sess_auth_rawntlmssp_negotiate()
local
1575
struct smb_hdr *
smb_buf
;
sess_auth_rawntlmssp_authenticate()
local
[all...]
H
A
D
connect.c
3630
struct smb_hdr *
smb_buf
;
in ip_rfc1001_connect()
local
3666
smb_buf
= (struct smb_hdr *)ses_init_buf;
in ip_rfc1001_connect()
3669
smb_buf
->smb_buf_length = cpu_to_be32(0x81000044);
in ip_rfc1001_connect()
3670
rc = smb_send(server,
smb_buf
, 0x44);
in ip_rfc1001_connect()
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
sess.c
1354
struct smb_hdr *
smb_buf
;
in sess_alloc_buffer()
local
1357
(void **)&
smb_buf
);
in sess_alloc_buffer()
1362
sess_data->iov[0].iov_base = (char *)
smb_buf
;
in sess_alloc_buffer()
1363
sess_data->iov[0].iov_len = be32_to_cpu(
smb_buf
->smb_buf_length) + 4;
in sess_alloc_buffer()
1380
cifs_small_buf_release(
smb_buf
);
in sess_alloc_buffer()
1436
struct smb_hdr *
smb_buf
= (struct smb_hdr *) sess_data->iov[0].iov_base;
in sess_sendreceive()
local
1441
be32_add_cpu(&
smb_buf
->smb_buf_length, count);
in sess_sendreceive()
1442
put_bcc(count,
smb_buf
);
in sess_sendreceive()
1458
struct smb_hdr *
smb_buf
;
in sess_auth_ntlmv2()
local
1521
smb_buf
in sess_auth_ntlmv2()
1568
struct smb_hdr *
smb_buf
;
sess_auth_kerberos()
local
1750
struct smb_hdr *
smb_buf
;
sess_auth_rawntlmssp_negotiate()
local
1856
struct smb_hdr *
smb_buf
;
sess_auth_rawntlmssp_authenticate()
local
[all...]
H
A
D
connect.c
2969
struct smb_hdr *
smb_buf
= (struct smb_hdr *)&req;
in ip_rfc1001_connect()
local
3001
smb_buf
->smb_buf_length = cpu_to_be32((RFC1002_SESSION_REQUEST << 24) | len);
in ip_rfc1001_connect()
3002
rc = smb_send(server,
smb_buf
, len);
in ip_rfc1001_connect()
Completed in 14 milliseconds