Searched refs:smb_send (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/fs/cifs/ |
D | transport.c | 252 smb_send(struct TCP_Server_Info *server, struct smb_hdr *smb_buffer, in smb_send() function 390 rc = smb_send(server, in_buf, in_buf->smb_buf_length); in cifs_call_async() 502 rc = smb_send(server, in_buf, in_buf->smb_buf_length); in send_nt_cancel() 736 rc = smb_send(ses->server, in_buf, in_buf->smb_buf_length); in SendReceive() 913 rc = smb_send(ses->server, in_buf, in_buf->smb_buf_length); in SendReceiveBlockingLock()
|
D | cifsproto.h | 38 extern int smb_send(struct TCP_Server_Info *, struct smb_hdr *,
|
D | connect.c | 2284 rc = smb_send(server, smb_buf, 0x44); in ip_rfc1001_connect()
|