Home
last modified time | relevance | path

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

/fs/cifs/
Dsmb2pdu.c1844 char *begin_of_buf = 4 /* RFC1001 len field */ + offset + (char *)hdr; in validate_buf() local
1845 char *end_of_buf = begin_of_buf + buffer_length; in validate_buf()
1861 if ((begin_of_buf > end_of_smb) || (end_of_buf > end_of_smb)) { in validate_buf()
1879 char *begin_of_buf = 4 /* RFC1001 len field */ + offset + (char *)hdr; in validate_and_copy_buf() local
1889 memcpy(data, begin_of_buf, buffer_length); in validate_and_copy_buf()