Searched refs:SMB2_SYMLINK_STRUCT_SIZE (Results 1 – 2 of 2) sorted by relevance
55 iov->iov_len >= SMB2_SYMLINK_STRUCT_SIZE) { in symlink_data()85 if (iov->iov_len < SMB2_SYMLINK_STRUCT_SIZE + sub_offs + sub_len || in smb2_parse_symlink_response()86 iov->iov_len < SMB2_SYMLINK_STRUCT_SIZE + print_offs + print_len) in smb2_parse_symlink_response()
59 #define SMB2_SYMLINK_STRUCT_SIZE \ macro