Home
last modified time | relevance | path

Searched refs:begin_of_buf (Results 1 – 1 of 1) sorted by relevance

/fs/cifs/
Dsmb2pdu.c1720 char *begin_of_buf = 4 /* RFC1001 len field */ + offset + (char *)hdr; in validate_buf() local
1721 char *end_of_buf = begin_of_buf + buffer_length; in validate_buf()
1737 if ((begin_of_buf > end_of_smb) || (end_of_buf > end_of_smb)) { in validate_buf()
1755 char *begin_of_buf = 4 /* RFC1001 len field */ + offset + (char *)hdr; in validate_and_copy_buf() local
1765 memcpy(data, begin_of_buf, buffer_length); in validate_and_copy_buf()