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:Protocol
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
misc.c
260
buffer->
Protocol
[0] = 0xFF;
in header_assemble()
261
buffer->
Protocol
[1] = 'S';
in header_assemble()
262
buffer->
Protocol
[2] = 'M';
in header_assemble()
263
buffer->
Protocol
[3] = 'B';
in header_assemble()
299
if (*(__le32 *) smb->
Protocol
!= cpu_to_le32(0x424d53ff)) {
in check_smb_hdr()
301
*(unsigned int *)smb->
Protocol
);
in check_smb_hdr()
436
((char *)&pSMBr->hdr.
Protocol
+ data_offset);
in is_valid_oplock_break()
H
A
D
cifssmb.c
889
pRqD = (struct unlink_psx_rq *)(((char *)&pSMB->hdr.
Protocol
) + offset);
in CIFSPOSIXDelFile()
1096
pdata = (OPEN_PSX_REQ *)(((char *)&pSMB->hdr.
Protocol
) + offset);
in CIFSPOSIXCreate()
1132
psx_rsp = (OPEN_PSX_RSP *)((char *) &pSMBr->hdr.
Protocol
in CIFSPOSIXCreate()
1821
pReadData = (char *) (&pSMBr->hdr.
Protocol
) +
in CIFSSMBRead()
2553
(((char *) &pSMB->hdr.
Protocol
) + offset);
in CIFSSMBPosixLock()
2604
((char *)&pSMBr->hdr.
Protocol
+ data_offset);
in CIFSSMBPosixLock()
2782
data_offset = (char *) (&pSMB->hdr.
Protocol
) + offset;
in CIFSSMBRenameOpenFile()
2940
data_offset = (char *) (&pSMB->hdr.
Protocol
) + offset;
in CIFSUnixCreateSymLink()
3024
data_offset = (char *) (&pSMB->hdr.
Protocol
) + offset;
in CIFSUnixCreateHardLink()
3207
data_start = ((char *) &pSMBr->hdr.
Protocol
)
in CIFSSMBUnixQuerySymLink()
[all...]
H
A
D
smb1ops.c
318
data_area_of_tgt = (char *)&pSMBt->hdr.
Protocol
+
in coalesce_t2()
322
data_area_of_src = (char *)&pSMBs->hdr.
Protocol
+
in coalesce_t2()
H
A
D
cifspdu.h
412
__u8
Protocol
[4];
member
/kernel/linux/linux-6.6/fs/smb/server/
H
A
D
smb_common.c
144
if (*(__le32 *)hdr->
Protocol
== SMB1_PROTO_NUMBER &&
in ksmbd_verify_smb_message()
281
proto = *(__le32 *)((struct smb_hdr *)buf)->
Protocol
;
in ksmbd_negotiate_smb_dialect()
327
*(__le32 *)rsp_hdr->
Protocol
= SMB1_PROTO_NUMBER;
in init_smb1_rsp_hdr()
413
proto = *(__le32 *)((struct smb_hdr *)work->request_buf)->
Protocol
;
in ksmbd_init_smb_server()
H
A
D
smb_common.h
172
__u8
Protocol
[4];
member
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
misc.c
269
buffer->
Protocol
[0] = 0xFF;
in header_assemble()
270
buffer->
Protocol
[1] = 'S';
in header_assemble()
271
buffer->
Protocol
[2] = 'M';
in header_assemble()
272
buffer->
Protocol
[3] = 'B';
in header_assemble()
309
if (*(__le32 *) smb->
Protocol
!= cpu_to_le32(0x424d53ff)) {
in check_smb_hdr()
311
*(unsigned int *)smb->
Protocol
);
in check_smb_hdr()
446
((char *)&pSMBr->hdr.
Protocol
+ data_offset);
in is_valid_oplock_break()
H
A
D
cifssmb.c
952
psx_rsp = (OPEN_PSX_RSP *)((char *) &pSMBr->hdr.
Protocol
in CIFSPOSIXCreate()
1462
pReadData = (char *) (&pSMBr->hdr.
Protocol
) +
in CIFSSMBRead()
2067
((char *)&pSMBr->hdr.
Protocol
+ data_offset);
in CIFSSMBPosixLock()
2675
data_start = ((char *) &pSMBr->hdr.
Protocol
) +
in CIFSSMBUnixQuerySymLink()
2771
start = (__u8 *)&io_rsp->hdr.
Protocol
+ data_offset;
in cifs_query_reparse_point()
3095
(char *)&pSMBr->hdr.
Protocol
+data_offset,
in cifs_do_get_acl()
3271
(data_offset + (char *) &pSMBr->hdr.
Protocol
);
in CIFSGetExtAttr()
3348
*ppparm = (char *)&pSMBr->hdr.
Protocol
+ parm_offset;
in validate_ntransact()
3349
*ppdata = (char *)&pSMBr->hdr.
Protocol
+ data_offset;
in validate_ntransact()
3507
memcpy((char *)pSMBr + offsetof(struct smb_hdr,
Protocol
)
in CIFSSMBSetCIFSACL()
[all...]
H
A
D
smb1ops.c
325
data_area_of_tgt = (char *)&pSMBt->hdr.
Protocol
+
in coalesce_t2()
329
data_area_of_src = (char *)&pSMBs->hdr.
Protocol
+
in coalesce_t2()
1005
buf = (struct reparse_data_buffer *)((__u8 *)&io->hdr.
Protocol
+
in cifs_parse_reparse_point()
H
A
D
cifspdu.h
384
__u8
Protocol
[4];
member
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/
H
A
D
rtl819x_Qos.h
140
u8
Protocol
;
member
/kernel/linux/linux-6.6/drivers/staging/rtl8192e/
H
A
D
rtl819x_Qos.h
132
u8
Protocol
;
member
/kernel/linux/linux-5.10/drivers/message/fusion/
H
A
D
mptfc.c
406
if (!(pg0->
Protocol
& MPI_FC_DEVICE_PAGE0_PROT_FCP_TARGET))
in mptfc_generate_rport_ids()
436
if (pg0->
Protocol
& MPI_FC_DEVICE_PAGE0_PROT_FCP_INITIATOR)
in mptfc_register_dev()
/kernel/linux/linux-6.6/drivers/message/fusion/
H
A
D
mptfc.c
406
if (!(pg0->
Protocol
& MPI_FC_DEVICE_PAGE0_PROT_FCP_TARGET))
in mptfc_generate_rport_ids()
436
if (pg0->
Protocol
& MPI_FC_DEVICE_PAGE0_PROT_FCP_INITIATOR)
in mptfc_register_dev()
/kernel/linux/linux-5.10/drivers/message/fusion/lsi/
H
A
D
mpi_cnfg.h
2196
U8
Protocol
; /* 18h */
member
/kernel/linux/linux-6.6/drivers/message/fusion/lsi/
H
A
D
mpi_cnfg.h
2196
U8
Protocol
; /* 18h */
member
Completed in 59 milliseconds