Home
last modified time | relevance | path

Searched refs:smb_send (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/smb/client/
H A Dtransport.c470 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 Dcifsproto.h32 extern int smb_send(struct TCP_Server_Info *, struct smb_hdr *,
H A Dsmb1ops.c54 rc = smb_send(server, in_buf, be32_to_cpu(in_buf->smb_buf_length)); in send_nt_cancel()
H A Dconnect.c3087 rc = smb_send(server, smb_buf, len); in ip_rfc1001_connect()