Searched refs:smb_send (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/fs/cifs/ |
D | transport.c | 506 smb_send(struct TCP_Server_Info *server, struct smb_hdr *smb_buffer, in smb_send() function 1347 rc = smb_send(server, in_buf, len); in SendReceive() 1486 rc = smb_send(server, in_buf, len); in SendReceiveBlockingLock()
|
D | cifsproto.h | 44 extern int smb_send(struct TCP_Server_Info *, struct smb_hdr *,
|
D | smb1ops.c | 52 rc = smb_send(server, in_buf, be32_to_cpu(in_buf->smb_buf_length)); in send_nt_cancel()
|
D | connect.c | 3646 rc = smb_send(server, smb_buf, 0x44); in ip_rfc1001_connect()
|