Searched refs:get_rfc1002_len (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/smb/server/
H A Dconnection.c192 get_rfc1002_len(work->iov[0].iov_base) + 4,
299 pdu_size = get_rfc1002_len(hdr_buf);
H A Dsmb2misc.c374 __u32 len = get_rfc1002_len(work->request_buf);
H A Dsmb_common.h459 static inline unsigned int get_rfc1002_len(void *buf) function
H A Dsmb2pdu.c395 len = get_rfc1002_len(work->response_buf) - work->next_smb2_rsp_hdr_off;
456 get_rfc1002_len(work->request_buf)) {
462 if ((u64)get_rfc1002_len(work->response_buf) + MAX_CIFS_SMALL_BUFFER_SIZE >
476 len = ALIGN(get_rfc1002_len(work->response_buf), 8);
477 len = len - get_rfc1002_len(work->response_buf);
538 if (get_rfc1002_len(work->request_buf) <
1092 smb2_buf_len = get_rfc1002_len(work->request_buf);
1150 get_rfc1002_len(work->request_buf));
4249 (get_rfc1002_len(work->response_buf) + 4)) - hdr2_len;
6736 get_rfc1002_len(wor
[all...]
H A Dsmb_common.c261 int smb_buf_length = get_rfc1002_len(buf);
H A Dauth.c925 int msg_size = get_rfc1002_len(buf);

Completed in 148 milliseconds