Searched refs:smb_send (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/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 1419 rc = smb_send(server, in_buf, len); in SendReceive() 1561 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 | 3087 rc = smb_send(server, smb_buf, len); in ip_rfc1001_connect()
|