Searched refs:smb_send (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | transport.c | 507 smb_send(struct TCP_Server_Info *server, struct smb_hdr *smb_buffer, in smb_send() function 1360 rc = smb_send(server, in_buf, len); in SendReceive() 1497 rc = smb_send(server, in_buf, len); in SendReceiveBlockingLock()
|
H A D | cifsproto.h | 44 extern int smb_send(struct TCP_Server_Info *, struct smb_hdr *,
|
H A D | smb1ops.c | 52 rc = smb_send(server, in_buf, be32_to_cpu(in_buf->smb_buf_length)); in send_nt_cancel()
|
H A D | connect.c | 3670 rc = smb_send(server, smb_buf, 0x44); in ip_rfc1001_connect()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | transport.c | 470 smb_send(struct TCP_Server_Info *server, struct smb_hdr *smb_buffer, in smb_send() function 1414 rc = smb_send(server, in_buf, len); in SendReceive() 1556 rc = smb_send(server, in_buf, len); in SendReceiveBlockingLock()
|
H A D | cifsproto.h | 32 extern int smb_send(struct TCP_Server_Info *, struct smb_hdr *,
|
H A D | smb1ops.c | 54 rc = smb_send(server, in_buf, be32_to_cpu(in_buf->smb_buf_length)); in send_nt_cancel()
|
H A D | connect.c | 3002 rc = smb_send(server, smb_buf, len); in ip_rfc1001_connect()
|
Completed in 20 milliseconds