Searched refs:inc_rfc1001_len (Results 1 – 3 of 3) sorted by relevance
143 inc_rfc1001_len(work->iov[0].iov_base, len); in __ksmbd_iov_pin_rsp()147 inc_rfc1001_len(work->iov[0].iov_base, aux_size); in __ksmbd_iov_pin_rsp()
411 inc_rfc1001_len(work->response_buf, new_len - len); in init_chained_smb2_rsp() 492 inc_rfc1001_len(work->response_buf, len);9082 inc_rfc1001_len(tr_buf, sizeof(struct smb2_transform_hdr)); in smb3_encrypt_resp() 9083 inc_rfc1001_len(tr_buf, orig_len); in smb3_encrypt_resp()
49 static inline void inc_rfc1001_len(void *buf, int count) in inc_rfc1001_len() function