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

/linux-master/fs/smb/client/
H A Dsmb2pdu.c3286 char *in_data_buf; local
3298 in_data_buf = kmemdup(in_data, indatalen, GFP_NOFS);
3299 if (!in_data_buf) {
3325 iov[1].iov_base = in_data_buf;

Completed in 135 milliseconds