Home
last modified time | relevance | path

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

/linux-4.1.27/fs/cifs/
Dsmb2pdu.c1478 char *begin_of_buf = 4 /* RFC1001 len field */ + offset + (char *)hdr; in validate_buf() local
1479 char *end_of_buf = begin_of_buf + buffer_length; in validate_buf()
1495 if ((begin_of_buf > end_of_smb) || (end_of_buf > end_of_smb)) { in validate_buf()
1513 char *begin_of_buf = 4 /* RFC1001 len field */ + offset + (char *)hdr; in validate_and_copy_buf() local
1523 memcpy(data, begin_of_buf, buffer_length); in validate_and_copy_buf()