Searched full:rfc1002 (Results 1 – 12 of 12) sorted by relevance
| /linux/fs/smb/client/ |
| H A D | rfc1002pdu.h | 11 /* NB: unlike smb/cifs packets, the RFC1002 structures are big endian */
|
| H A D | smb2transport.c | 239 * data, that is, iov[0] should not contain a rfc1002 length. in smb2_calc_signature() 241 * Sign the rfc1002 length prior to passing the data (iov[1-N]) down to in smb2_calc_signature() 519 * data, that is, iov[0] should not contain a rfc1002 length. in smb3_calc_signature() 521 * Sign the rfc1002 length prior to passing the data (iov[1-N]) down to in smb3_calc_signature()
|
| H A D | cifsencrypt.c | 94 /* iov[0] is actual data and not the rfc1002 length for SMB2+ */ in __cifs_calc_signature() 102 i = 1; /* skip rfc1002 length */ in __cifs_calc_signature()
|
| H A D | smb2misc.c | 884 * Assumes @iov does not contain the rfc1002 length and iov[0] has the
|
| H A D | connect.c | 1300 cifs_dbg(FYI, "RFC1002 header 0x%x\n", pdu_length); in cifs_demultiplex_thread() 3205 * As per rfc1002, @len must be the number of bytes that follows the in ip_rfc1001_connect() 3206 * length field of a rfc1002 session request payload. in ip_rfc1001_connect() 3250 /* Read RFC1002 response error code and convert it to errno in rc */ in ip_rfc1001_connect()
|
| H A D | transport.c | 292 /* Generate a rfc1002 marker for SMB2+ */ in __smb_send_rqst()
|
| H A D | smbdirect.c | 2126 * The upper layer expects RFC1002 length at the in smbd_recv() 2142 log_read(INFO, "returning rfc1002 length %d\n", in smbd_recv()
|
| H A D | cifsglob.h | 1009 * write up to the maximum size described by RFC1002.
|
| /linux/fs/smb/server/ |
| H A D | connection.c | 345 ksmbd_debug(CONN, "RFC1002 header %u bytes\n", pdu_size); in ksmbd_conn_handler_loop() 369 /* 4 for rfc1002 length field */ in ksmbd_conn_handler_loop()
|
| H A D | smb2pdu.h | 494 * Get the body of the smb2 message excluding the 4 byte rfc1002 headers
|
| H A D | transport_rdma.c | 816 * The upper layer expects RFC1002 length at the in smb_direct_read() 830 "returning rfc1002 length %d\n", in smb_direct_read() 1379 //FIXME: skip RFC1002 header.. in smb_direct_writev()
|
| /linux/fs/smb/common/smbdirect/ |
| H A D | smbdirect_socket.h | 243 * reassembly queue so we can return a RFC1002 length to
|